Update config.py
Browse files
config.py
CHANGED
@@ -14,12 +14,9 @@ class ModelInfo:
|
|
14 |
|
15 |
|
16 |
MODELS = [
|
17 |
-
ModelInfo(repo="meta-llama/Llama-2-70b-hf"),
|
18 |
-
ModelInfo(repo="meta-llama/Llama-2-70b-chat-hf"),
|
19 |
ModelInfo(repo="enoch/llama-65b-hf"),
|
20 |
ModelInfo(repo="enoch/llama-65b-hf", adapter="timdettmers/guanaco-65b"),
|
21 |
# ModelInfo(repo="bigscience/bloom"),
|
22 |
-
ModelInfo(repo="bigscience/bloomz"),
|
23 |
]
|
24 |
DEFAULT_MODEL_NAME = "enoch/llama-65b-hf"
|
25 |
|
|
|
14 |
|
15 |
|
16 |
MODELS = [
|
|
|
|
|
17 |
ModelInfo(repo="enoch/llama-65b-hf"),
|
18 |
ModelInfo(repo="enoch/llama-65b-hf", adapter="timdettmers/guanaco-65b"),
|
19 |
# ModelInfo(repo="bigscience/bloom"),
|
|
|
20 |
]
|
21 |
DEFAULT_MODEL_NAME = "enoch/llama-65b-hf"
|
22 |
|