52100303-TranPhuocSang commited on
Commit
5068cf1
1 Parent(s): 76c63e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -45,9 +45,9 @@ def load_model(model_name,
45
  client = client,
46
  repo_id=model_name,
47
  task='text-generation',
48
- max_new_tokens = max_new_tokens,
49
- temperature = temperature,
50
- context_length = context_length,
51
  )
52
  return llm
53
 
 
45
  client = client,
46
  repo_id=model_name,
47
  task='text-generation',
48
+ # max_new_tokens = max_new_tokens,
49
+ # temperature = temperature,
50
+ # context_length = context_length,
51
  )
52
  return llm
53