minor changes

This commit is contained in:
Lucas Armand
2025-11-11 17:11:38 -08:00
parent b55bfa9611
commit 3adec1826d
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
from vastai import Serverless
from .data_types import count_workload
import uuid
import random
import asyncio
import random
from vastai import Serverless
async def main():
async with Serverless() as client:
endpoint = await client.get_endpoint(name="my-comfy-endpoint") # Change this to your endpoint name