mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-08 19:04:52 +00:00
Merge 3c55c053ee
into 06d9d88b95
This commit is contained in:
commit
c8e1b62d3e
@ -112,7 +112,7 @@ def neuron_config_to_env(neuron_config):
|
||||
|
||||
|
||||
def sort_neuron_configs(dictionary):
|
||||
return -dictionary["tp_degree"], -dictionary["batch_size"]
|
||||
return -dictionary["tp_degree"], dictionary["batch_size"]
|
||||
|
||||
|
||||
def lookup_compatible_cached_model(
|
||||
|
Loading…
Reference in New Issue
Block a user