MohamedRashad commited on
Commit
060b07d
·
1 Parent(s): 2691035

Refactor model ID handling in app.py and update requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +2 -1
app.py CHANGED
@@ -15,6 +15,7 @@ models_available = [
15
  # "inceptionai/jais-family-13b-chat",
16
  "NousResearch/Meta-Llama-3.1-8B-Instruct",
17
  "unsloth/gemma-2-9b-it",
 
18
  ]
19
 
20
  tokenizer_a, model_a = None, None
 
15
  # "inceptionai/jais-family-13b-chat",
16
  "NousResearch/Meta-Llama-3.1-8B-Instruct",
17
  "unsloth/gemma-2-9b-it",
18
+ "NousResearch/Meta-Llama-3-8B-Instruct",
19
  ]
20
 
21
  tokenizer_a, model_a = None, None
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  transformers
2
  torch
3
  accelerate
4
- spaces
 
 
1
  transformers
2
  torch
3
  accelerate
4
+ spaces
5
+ sentencepiece