Skip to content

Commit

Permalink
Remove einops from requirements (vllm-project#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon authored Dec 12, 2023
1 parent cb3f30c commit 7e1b21d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements-rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ sentencepiece # Required for LLaMA tokenizer.
numpy
tokenizers>=0.15.0
huggingface_hub<0.18,>=0.16.4
einops # Required for phi-1_5
transformers >= 4.36.0 # Required for Mixtral.
fastapi
uvicorn[standard]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pandas # Required for Ray data.
pyarrow # Required for Ray data.
sentencepiece # Required for LLaMA tokenizer.
numpy
einops # Required for phi-1_5
torch >= 2.1.1
transformers >= 4.36.0 # Required for Mixtral.
xformers >= 0.0.23 # Required for CUDA 12.1.
Expand Down

0 comments on commit 7e1b21d

Please sign in to comment.