Skip to content

Commit d6cf14c

Browse files
Doc add fine tune support for llama 2 70b (#232)
1 parent 4d9d934 commit d6cf14c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/model_zoo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Scale hosts the following models in the LLM Engine Model Zoo:
99
| `llama-2-7b-chat` || |
1010
| `llama-2-13b` || |
1111
| `llama-2-13b-chat` || |
12-
| `llama-2-70b` || |
12+
| `llama-2-70b` || |
1313
| `llama-2-70b-chat` || |
1414
| `falcon-7b` || |
1515
| `falcon-7b-instruct` || |

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ isort==5.12.0
66
mypy==1.3.0
77
pip-tools==7.0.0
88
poetry==1.5.1
9+
pre-commit==3.3.3

0 commit comments

Comments
 (0)