rahul7star commited on
Commit
ec8c77c
·
verified ·
1 Parent(s): d157923

Update app_lora.py

Browse files
Files changed (1) hide show
  1. app_lora.py +1 -1
app_lora.py CHANGED
@@ -10,7 +10,7 @@ from peft import PeftModel
10
  # ============================================================
11
 
12
  MODEL_NAME = "rikunarita/Qwen3-4B-Thinking-2507-Genius-Coder"
13
- LORA_MODEL_NAME = "rahul7star/Qwen3-4B-Thinking-2507-Genius-Coder-AI"
14
 
15
  MAX_INPUT_TOKENS = 4096
16
  MAX_NEW_TOKENS = 4096
 
10
  # ============================================================
11
 
12
  MODEL_NAME = "rikunarita/Qwen3-4B-Thinking-2507-Genius-Coder"
13
+ LORA_MODEL_NAME = "rahul7star/Qwen3-4B-Thinking-2509-Genius-Coder-AI"
14
 
15
  MAX_INPUT_TOKENS = 4096
16
  MAX_NEW_TOKENS = 4096