lokeessshhhh commited on
Commit
b164746
Β·
verified Β·
1 Parent(s): f834767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
 
5
 
6
- model_name = "lokeessshhhh/qwen2.5-coder-7b-instruct-8bit"
7
 
8
  # Load tokenizer
9
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
 
3
  import torch
4
 
5
 
6
+ model_name = "lokeessshhhh/qwen2.5-coder-7b-instruct-float16"
7
 
8
  # Load tokenizer
9
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)