Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ h3 {
|
|
31 |
}
|
32 |
"""
|
33 |
|
34 |
-
device = "
|
35 |
|
36 |
quantization_config = BitsAndBytesConfig(
|
37 |
load_in_4bit=True,
|
|
|
31 |
}
|
32 |
"""
|
33 |
|
34 |
+
device = "cpu" # for GPU usage or "cpu" for CPU usage
|
35 |
|
36 |
quantization_config = BitsAndBytesConfig(
|
37 |
load_in_4bit=True,
|