Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
arielcohen4 committed Nov 2, 2024
1 parent 4b9789d commit 6ce4e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex_ai/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def wait_for_task_completion(self, task_id: str, interval: int = 1):
print("\nTask monitoring interrupted by user.")
return None

def create_multi_lora_endpoint(self, name:str, lora_checkpoints: List[LoraCheckpoint], compute: Literal["T4", "A100-40GB", "A100-80GB", "A10G", "A100-80GB", "L4"] = "A100-40GB", idle_timeout_seconds: Optional[int] = 60) -> str:
def create_multi_lora_endpoint(self, name:str, lora_checkpoints: List[LoraCheckpoint], compute: Literal["T4", "A100-40GB", "A100-80GB", "A10G", "A100-80GB", "L4"] = "A100-40GB", idle_timeout_seconds: int = 60) -> str:
data = create_multi_lora_endpoint(self.api_key, name, lora_checkpoints, compute, idle_timeout_seconds)
print("New Endpoint created successfully.")

Expand Down

0 comments on commit 6ce4e01

Please sign in to comment.