nos icon indicating copy to clipboard operation
nos copied to clipboard

⚡️ A fast and flexible PyTorch inference server that runs locally, on any cloud or AI HW.

Results 62 nos issues
Sort by recently updated
recently updated
newest added

## Checks - [ ] `make lint`: I've run `make lint` to lint the changes in this PR. - [ ] `make test`: I've made sure the tests (`make test-cpu`...

The automatic delete after upload seems not working when using relative path.

bug

Ability to modify Python in-place and update/restart the server on the fly

dev-ex
high-priority

For clients that are connecting to an existing server, we'll need to verify if the server is consistent before attempting to pull the new server or connect to the server.

bug

Custom models should be able to automatically get model info and infer that they're exposing a streaming method. We should be able to avoid having the user to specify `_stream=True`...

difficulty: easy

Load balancing, DDOS protection for public endpoints to expensive instances, etc.

user-story

Current deployments rely on streamlink. Customer request to support Webcasts directly.

user-story

In order to let users build slimmer images, we need to offer a slimmer base image with NOS internals and avoid bloating the server with all kinds of dependencies that...

optimizations
user-story