Spaces:
Sleeping
Sleeping
added granite-7b-base
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ print(f'HUGGINGFACE_API_TOKEN: {token}')
|
|
15 |
model = "meta-llama/Meta-Llama-3-8B-Instruct"
|
16 |
model = "ibm-granite/granite-3b-code-instruct"
|
17 |
model = "instructlab/granite-7b-lab"
|
|
|
18 |
|
19 |
print(f'Loading model {model}')
|
20 |
|
|
|
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 |
|