Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ nf4_config = BitsAndBytesConfig(
|
|
11 |
load_in_4bit=True,
|
12 |
bnb_4bit_use_double_quant=True,
|
13 |
bnb_4bit_quant_type="nf4",
|
14 |
-
bnb_4bit_compute_dtype=torch.bfloat16
|
15 |
)
|
16 |
MAX_MAX_NEW_TOKENS = 2048
|
17 |
DEFAULT_MAX_NEW_TOKENS = 1024
|
|
|
11 |
load_in_4bit=True,
|
12 |
bnb_4bit_use_double_quant=True,
|
13 |
bnb_4bit_quant_type="nf4",
|
|
|
14 |
)
|
15 |
MAX_MAX_NEW_TOKENS = 2048
|
16 |
DEFAULT_MAX_NEW_TOKENS = 1024
|