saifeddinemk commited on
Commit
6324ebb
·
1 Parent(s): 58fc9ff

Fixed app v2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import uvicorn
8
  app = FastAPI()
9
 
10
  # Configure and load the quantized model
11
- model_id = 'model_result'
12
 
13
  bnb_config = BitsAndBytesConfig(
14
  load_in_4bit=True,
 
8
  app = FastAPI()
9
 
10
  # Configure and load the quantized model
11
+ model_id = 'bakch92/Llama-3.1-security'
12
 
13
  bnb_config = BitsAndBytesConfig(
14
  load_in_4bit=True,