wasmdashai commited on
Commit
3aa86d4
ยท
verified ยท
1 Parent(s): 252ee5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -238,6 +238,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
238
 
239
  # ุชุญู…ูŠู„ ุงู„ู†ู…ูˆุฐุฌ ูˆุงู„ู…ุญูˆู„
240
  model_id = "wasmdashai/Seed-Coder-8B-Instruct-V1"
 
241
 
242
  tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
243
  model = AutoModelForCausalLM.from_pretrained(
 
238
 
239
  # ุชุญู…ูŠู„ ุงู„ู†ู…ูˆุฐุฌ ูˆุงู„ู…ุญูˆู„
240
  model_id = "wasmdashai/Seed-Coder-8B-Instruct-V1"
241
+ model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
242
 
243
  tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
244
  model = AutoModelForCausalLM.from_pretrained(