Skip to main content

SDK for kilroy modules using PyTorch 🧰

Project description

kilroy-module-pytorch-py-sdk

SDK for kilroy modules using PyTorch 🧰

Lint Tests Docs


Installing

Using pip:

pip install kilroy-module-pytorch-py-sdk

Usage

from kilroy_module_pytorch_py_sdk import BasicModule, ModuleServer

class MyModule(BasicModule):
    ... # Implement all necessary methods here

module = await MyModule.build()
server = ModuleServer(module)

await server.run(host="0.0.0.0", port=11000)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kilroy-module-pytorch-py-sdk-0.8.4.tar.gz (63.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page