Skip to content

Commit

Permalink
Merge pull request ModelTC#3 from hiworldwzj/main
Browse files Browse the repository at this point in the history
add dep package "safetensors" in setup.py and requirements.txt for feature "support llama model load from safetensor format"
  • Loading branch information
XHPlus committed Jul 27, 2023
2 parents 3c2eb35 + cdf7fd9 commit bfbf80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ uvicorn==0.19.0
uvloop==0.17.0
wheel==0.40.0
zstandard==0.19.0
safetensors==0.3.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"packaging",
"rpyc",
"ninja",
"safetensors",
"triton==2.0.0.dev20221202"
],
)

0 comments on commit bfbf80a

Please sign in to comment.