mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
fix: rerun linter
This commit is contained in:
parent
c396c54231
commit
99b1cf5948
@ -23,9 +23,11 @@ set_adapter_to_index({})
|
|||||||
|
|
||||||
|
|
||||||
if SYSTEM == "cuda":
|
if SYSTEM == "cuda":
|
||||||
|
|
||||||
def test_flash_causal_lm_warmup():
|
def test_flash_causal_lm_warmup():
|
||||||
flash_causal_lm_warmup()
|
flash_causal_lm_warmup()
|
||||||
|
|
||||||
|
|
||||||
def flash_causal_lm_warmup():
|
def flash_causal_lm_warmup():
|
||||||
revision = "main"
|
revision = "main"
|
||||||
quantize = None
|
quantize = None
|
||||||
|
Loading…
Reference in New Issue
Block a user