yonikremer
commited on
Commit
•
2d1b51f
1
Parent(s):
2101135
downloads AVAILABLE MODELS instead of some random model when running
Browse files- available_models.py +2 -2
available_models.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
AVAILABLE_MODELS = (
|
2 |
-
"
|
3 |
-
"
|
4 |
)
|
|
|
1 |
AVAILABLE_MODELS = (
|
2 |
+
"decapoda-research/llama-30b-hf",
|
3 |
+
"decapoda-research/llama-13b-hf",
|
4 |
)
|