Add support for LLaMA-2 (#505)
Showing
| ... | @@ -4,7 +4,7 @@ ray >= 2.5.1 | ... | @@ -4,7 +4,7 @@ ray >= 2.5.1 |
| sentencepiece # Required for LLaMA tokenizer. | sentencepiece # Required for LLaMA tokenizer. | ||
| numpy | numpy | ||
| torch >= 2.0.0 | torch >= 2.0.0 | ||
| transformers >= 4.28.0 # Required for LLaMA. | transformers >= 4.31.0 # Required for LLaMA-2. | ||
| xformers >= 0.0.19 | xformers >= 0.0.19 | ||
| fastapi | fastapi | ||
| uvicorn | uvicorn | ||
| ... | ... |
Please register or sign in to comment