Update server_manager.py to not continue to API config stuff if serverbaseline is set

This commit is contained in:
dmahan93 2025-05-08 20:18:15 -05:00 committed by GitHub
parent d17356a1af
commit 8ff48065a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = (