sc2582 commited on
Commit
5433af7
·
verified ·
1 Parent(s): 42b72d5

Update app.py

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