Skip to content

Commit

Permalink
fix - fix build sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
rtp-llm committed Mar 19, 2024
1 parent 3791429 commit 5b6b9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maga_transformer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ py_library(
name = "sdk",
srcs = [
'__init__.py',
'inference.py',
'model_factory.py',
'start_server.py',
'_ft_pickler.py',
'model_factory_register.py',
],
deps = [
"//maga_transformer/server:server",
":models",
":uvicorn",
":fastapi",
Expand Down

0 comments on commit 5b6b9f2

Please sign in to comment.