mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-03 18:19:58 +00:00
[fix] fix typo s/muiti-node /multi-node etc. (#5448)
This commit is contained in:
@@ -100,7 +100,7 @@ class ColossalCloudLLM(LLM):
|
||||
|
||||
|
||||
def text_completion(self, prompt, gen_config, auth_config):
|
||||
# Complusory Parameters
|
||||
# Required Parameters
|
||||
endpoint = auth_config.pop('endpoint')
|
||||
max_new_tokens = gen_config.pop('max_new_tokens')
|
||||
# Optional Parameters
|
||||
|
Reference in New Issue
Block a user