support build cpu/gpu package (#75)

* support build cpu/gpu package

* remove useless modification
This commit is contained in:
Jason
2022-08-08 15:24:36 +08:00
committed by GitHub
parent 0494fdc96b
commit 9c67653e34
26 changed files with 593 additions and 89 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
from __future__ import absolute_import
import logging
from . import fastdeploy_main as C
from . import c_lib_wrap as C
class Runtime: