yonikremer
commited on
Commit
•
8a40661
1
Parent(s):
839b2a3
removed the 7billion model from available models
Browse files- available_models.py +0 -1
available_models.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
AVAILABLE_MODELS = (
|
2 |
"decapoda-research/llama-30b-hf",
|
3 |
"decapoda-research/llama-13b-hf",
|
4 |
-
"decapoda-research/llama-7b-hf",
|
5 |
)
|
|
|
1 |
AVAILABLE_MODELS = (
|
2 |
"decapoda-research/llama-30b-hf",
|
3 |
"decapoda-research/llama-13b-hf",
|
|
|
4 |
)
|