[Mistral] Mistral-7B-v0.1 support (#1196)
Co-authored-by:
timlacroix <t@mistral.ai>
Showing
| ... | @@ -7,7 +7,7 @@ sentencepiece # Required for LLaMA tokenizer. | ... | @@ -7,7 +7,7 @@ sentencepiece # Required for LLaMA tokenizer. |
| numpy | numpy | ||
| torch >= 2.0.0 | torch >= 2.0.0 | ||
| transformers >= 4.33.1 # Required for Code Llama. | transformers >= 4.33.1 # Required for Code Llama. | ||
| xformers >= 0.0.21 | xformers >= 0.0.22 | ||
| fastapi | fastapi | ||
| uvicorn[standard] | uvicorn[standard] | ||
| pydantic < 2 # Required for OpenAI server. | pydantic < 2 # Required for OpenAI server. |
Please register or sign in to comment