Skip to content

Commit

Permalink
add maca runtime requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jinminxi104 committed Dec 11, 2024
1 parent 8e9fffe commit 11f87fd
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions requirements/runtime_cuda.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
accelerate>=0.29.3
einops
fastapi
fire
mmengine-lite
numpy<2.0.0
openai
outlines<0.1.0
peft<=0.11.1
pillow
protobuf
pydantic>2.0.0
pynvml
safetensors
sentencepiece
shortuuid
tiktoken
torch<=2.4.0,>=2.0.0
torchvision<=0.19.0,>=0.15.0
transformers
triton>=2.2.0,<=3.0.0; sys_platform == "linux"
uvicorn
22 changes: 22 additions & 0 deletions requirements/runtime_maca.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
accelerate>=0.29.3
einops
fastapi
fire
mmengine-lite
numpy<2.0.0
openai
outlines<0.1.0
peft<=0.11.1
pillow
protobuf
pydantic>2.0.0
pynvml
safetensors
sentencepiece
shortuuid
tiktoken
torch<=2.4.0,>=2.0.0
torchvision<=0.19.0,>=0.15.0
transformers
triton>=2.1.0; sys_platform == "linux"
uvicorn

0 comments on commit 11f87fd

Please sign in to comment.