mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
"ipex" -> "cpu"
This commit is contained in:
parent
212a59544b
commit
5f38d79719
@ -67,7 +67,7 @@ elif is_ipex_available():
|
||||
synchronize = noop
|
||||
get_free_memory = get_cpu_free_memory
|
||||
else:
|
||||
SYSTEM = "ipex"
|
||||
SYSTEM = "cpu"
|
||||
|
||||
empty_cache = noop
|
||||
synchronize = noop
|
||||
|
Loading…
Reference in New Issue
Block a user