Skip to content
/ Oxide Public

🦀 A barebones inferencing server in Rust, using Hyper for HTTP logic and ORT for inferencing models. Containerized and easily hostable. Complete control over type of model and inferencing behavior!

License

Notifications You must be signed in to change notification settings

dawi369/Oxide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oxide

Oxide is a lightweight containerized model inferencing server built without unnecessary frameworks! 🦀


Oxide Home Page


Features

  • Inferences custom models on any hardware you want.
  • Choose between custom tokenizers, full control over your model.
  • incredibly lightweight

Installation

Installing Oxide can be done from source.

From Source

Clone this repository,

git clone https://github.com/dawi369/Oxide.git

To render run server, navigate to the root of the repo directory, and run

cargo run --release 

Usage

Oxide: Inference your custom models on the cloud!

Usage:
    curl -X POST http://<your_FQDS_or_localhost>>/inference \
    -H "Content-Type: text/plain" \
    -d "Please generate a warm welcome."

Author

(c) David Erwin

About

🦀 A barebones inferencing server in Rust, using Hyper for HTTP logic and ORT for inferencing models. Containerized and easily hostable. Complete control over type of model and inferencing behavior!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published