rphrp1985 commited on
Commit
d0b7752
·
verified ·
1 Parent(s): 4f66e31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ model_id = "CohereForAI/c4ai-command-r-plus-4bit"
51
 
52
  tokenizer = AutoTokenizer.from_pretrained(
53
  # model_id
54
- model_id
55
  , token= token,)
56
 
57
 
 
51
 
52
  tokenizer = AutoTokenizer.from_pretrained(
53
  # model_id
54
+ 'CohereForAI/c4ai-command-r-plus-4bit'
55
  , token= token,)
56
 
57