Velar Python SDK - Deploy ML models to GPUs with one command
Project description
Velar Python SDK
Deploy ML models to GPUs with one command.
Installation
pip install velar
Quick Start
import velar
from velar import App, Image, gpu
app = App("my-model")
@app.function(gpu=gpu.A100)
def run_inference(prompt: str) -> str:
# your model code here
return result
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
velar_sdk-0.2.0.tar.gz
(13.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
velar_sdk-0.2.0-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file velar_sdk-0.2.0.tar.gz.
File metadata
- Download URL: velar_sdk-0.2.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfcf272233e6b4c6e7b294467f6fe955e487e3df8dbf7a45e181f1425145c8b2
|
|
| MD5 |
7f01b3adbc2e18531526821e9177e329
|
|
| BLAKE2b-256 |
0093b6d60a699d3ef00783096de804d942e5df0b997c99035ba156d3f124a074
|
File details
Details for the file velar_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: velar_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f23ddffafb2a3e4858fa841e3cef2ea827b7ecc4949d5ee44ac61b8ab0cd9976
|
|
| MD5 |
db9bdbe54cb76b0e48c816d97bc86dfa
|
|
| BLAKE2b-256 |
71f43fd7e3a6ade81cf7ca0d51e9d5cf3a4ea7d48f5afebc024cb2510c394f97
|