sc2582 commited on
Commit
fba1e5d
·
verified ·
1 Parent(s): e6d9ae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  model_id = "decision-oaif/Meta-Llama-3.1-8B-Instruct-sft-intercode-bash-iter0"
7
 
8
 
9
- #peft_model_id = "decision-oaif/Meta-Llama-3.1-8B-Instruct-sft-intercode-bash-iter0"
10
  # Load model with device map and dtype
11
  model = AutoModelForCausalLM.from_pretrained(
12
  model_id,
 
6
  model_id = "decision-oaif/Meta-Llama-3.1-8B-Instruct-sft-intercode-bash-iter0"
7
 
8
 
9
+ #peft_model_id = "decision-oaif/Meta-Llama-3.1-8B-Instruct-sft-intercode-bash-iter1"
10
  # Load model with device map and dtype
11
  model = AutoModelForCausalLM.from_pretrained(
12
  model_id,