hsuwill000 commited on
Commit
a9e6e4a
Β·
verified Β·
1 Parent(s): 4db8fd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
- MODEL_ID = "ibm-granite/granite-3.1-2b-instruct"
 
 
2
 
3
  import subprocess
4
  def run_command(command, cwd=None):
 
1
+ #MODEL_ID = "ibm-granite/granite-3.1-2b-instruct"
2
+ MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B"
3
+
4
 
5
  import subprocess
6
  def run_command(command, cwd=None):