Spaces:
Sleeping
Sleeping
updated
Browse files
app.py
CHANGED
@@ -13,9 +13,9 @@ token = os.getenv("HUGGINGFACE_API_TOKEN")
|
|
13 |
print(f'HUGGINGFACE_API_TOKEN: {token}')
|
14 |
|
15 |
model = "meta-llama/Meta-Llama-3-8B-Instruct"
|
16 |
-
model = "ibm-granite/granite-3b-code-instruct"
|
17 |
model = "instructlab/granite-7b-lab"
|
18 |
model = "ibm/granite-7b-base"
|
|
|
19 |
|
20 |
print(f'Loading model {model}')
|
21 |
|
|
|
13 |
print(f'HUGGINGFACE_API_TOKEN: {token}')
|
14 |
|
15 |
model = "meta-llama/Meta-Llama-3-8B-Instruct"
|
|
|
16 |
model = "instructlab/granite-7b-lab"
|
17 |
model = "ibm/granite-7b-base"
|
18 |
+
model = "ibm-granite/granite-3b-code-instruct"
|
19 |
|
20 |
print(f'Loading model {model}')
|
21 |
|