mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 04:17:32 +00:00
[tmp fix] hardware requirement tmp fix
This commit is contained in:
parent
bafef7ab96
commit
e69e1b8309
2 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@ class LlamaModelParallelGenerator:
|
|||
|
||||
def __enter__(self):
|
||||
self.group = ModelParallelProcessGroup(
|
||||
self.model.hardware_requirements.gpu_count,
|
||||
1,
|
||||
init_model_cb=partial(init_model_cb, self.config),
|
||||
)
|
||||
self.group.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue