bkoz commited on
Commit
d1021eb
1 Parent(s): c7e3756

added instructlab model

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ 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
 
18
  print(f'Loading model {model}')
19
 
 
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
 
19
  print(f'Loading model {model}')
20