malvin noel commited on
Commit
a5854e9
Β·
1 Parent(s): 9817b60

change script

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ ASSETS_DIRS = (
41
  # ────────────────────────────────────────────────────────
42
  # CONFIGURATION
43
  # ────────────────────────────────────────────────────────
44
- MODEL_ID = os.getenv("MODEL_ID", "meta-llama/Llama-3.1-8B-Instruct")
45
  DTYPE = torch.bfloat16 # or torch.float16
46
 
47
  print(f"πŸ”„ Loading {MODEL_ID} (dtype = {DTYPE}) …")
 
41
  # ────────────────────────────────────────────────────────
42
  # CONFIGURATION
43
  # ────────────────────────────────────────────────────────
44
+ MODEL_ID = os.getenv("MODEL_ID", "Qwen/Qwen3-4B")
45
  DTYPE = torch.bfloat16 # or torch.float16
46
 
47
  print(f"πŸ”„ Loading {MODEL_ID} (dtype = {DTYPE}) …")