mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-29 17:35:07 +00:00
Update server_manager.py to not continue to API config stuff if serverbaseline is set
This commit is contained in:
parent
d17356a1af
commit
8ff48065a3
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class ServerManager:
|
|||
)
|
||||
)
|
||||
self.servers = [OpenAIServer(config) for config in openai_configs]
|
||||
if not slurm:
|
||||
elif not slurm:
|
||||
self.servers = [OpenAIServer(config) for config in configs]
|
||||
else:
|
||||
nodelist = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue