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 from .data_types import count_workload
import uuid import uuid
import random import random
import asyncio import asyncio
import random import random
from vastai import Serverless
async def main(): async def main():
async with Serverless() as client: async with Serverless() as client:
endpoint = await client.get_endpoint(name="my-comfy-endpoint") # Change this to your endpoint name endpoint = await client.get_endpoint(name="my-comfy-endpoint") # Change this to your endpoint name
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import logging import logging
import json import json
import os import os