yonikremer
commited on
Commit
•
0dac326
1
Parent(s):
639c14e
removed gpt2 from available models
Browse files- available_models.py +0 -1
available_models.py
CHANGED
@@ -2,5 +2,4 @@ AVAILABLE_MODELS = (
|
|
2 |
"decapoda-research/llama-30b-hf",
|
3 |
"decapoda-research/llama-13b-hf",
|
4 |
"decapoda-research/llama-7b-hf",
|
5 |
-
"gpt2",
|
6 |
)
|
|
|
2 |
"decapoda-research/llama-30b-hf",
|
3 |
"decapoda-research/llama-13b-hf",
|
4 |
"decapoda-research/llama-7b-hf",
|
|
|
5 |
)
|