"cacheflow/model_executor/input_metadata.py" did not exist on "3e9f991d6acd7efd90f04f1f530b837a40c93442"
Support Microsoft Phi 1.5 (#1664)
Showing
| ... | ... | @@ -5,6 +5,7 @@ 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.0 | ||
| transformers >= 4.34.0 # Required for Mistral. | ||
| xformers >= 0.0.22.post7 # Required for CUDA 12.1. | ||
| ... | ... |
Please register or sign in to comment