minor changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user