We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9d934 commit d6cf14cCopy full SHA for d6cf14c
docs/model_zoo.md
@@ -9,7 +9,7 @@ Scale hosts the following models in the LLM Engine Model Zoo:
9
| `llama-2-7b-chat` | ✅ | |
10
| `llama-2-13b` | ✅ | |
11
| `llama-2-13b-chat` | ✅ | |
12
-| `llama-2-70b` | ✅ | |
+| `llama-2-70b` | ✅ | ✅ |
13
| `llama-2-70b-chat` | ✅ | |
14
| `falcon-7b` | ✅ | |
15
| `falcon-7b-instruct` | ✅ | |
requirements-dev.txt
@@ -6,3 +6,4 @@ isort==5.12.0
6
mypy==1.3.0
7
pip-tools==7.0.0
8
poetry==1.5.1
+pre-commit==3.3.3
0 commit comments