Fp8 cache
This commit is contained in:
parent
60167e1cdc
commit
f73d7789a4
2 changed files with 2 additions and 2 deletions
|
|
@ -1637,7 +1637,7 @@ class FastLlamaModel:
|
|||
|
||||
fast_inference = False, # uses vLLM
|
||||
gpu_memory_utilization = 0.5,
|
||||
float8_kv_cache = True,
|
||||
float8_kv_cache = False,
|
||||
random_state = 3407,
|
||||
max_lora_rank = 16,
|
||||
disable_log_stats = False,
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class FastLanguageModel(FastLlamaModel):
|
|||
|
||||
fast_inference = False, # uses vLLM
|
||||
gpu_memory_utilization = 0.5,
|
||||
float8_kv_cache = True,
|
||||
float8_kv_cache = False,
|
||||
random_state = 3407,
|
||||
max_lora_rank = 16,
|
||||
disable_log_stats = False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue