Spaces:
Sleeping
Sleeping
Commit
·
6324ebb
1
Parent(s):
58fc9ff
Fixed app v2
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import uvicorn
|
|
8 |
app = FastAPI()
|
9 |
|
10 |
# Configure and load the quantized model
|
11 |
-
model_id = '
|
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,
|