wasmdashai commited on
Commit
c66d848
ยท
verified ยท
1 Parent(s): e2b2375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ Template Instructions:
237
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
238
 
239
  # ุชุญู…ูŠู„ ุงู„ู†ู…ูˆุฐุฌ ูˆุงู„ู…ุญูˆู„
240
- model_id = "wasmdashai/Seed-Coder-8B-Instruct-V1"
241
  # model_id = "wasmdashai/wasm-32B-Instruct-V1"
242
  # model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
243
 
 
237
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
238
 
239
  # ุชุญู…ูŠู„ ุงู„ู†ู…ูˆุฐุฌ ูˆุงู„ู…ุญูˆู„
240
+ model_id = "wasmdashai/Wasm-Coder-8B-Instruct-V1"
241
  # model_id = "wasmdashai/wasm-32B-Instruct-V1"
242
  # model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
243