File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<div align =" center " >
22
33<picture >
4- <source media =" (prefers-color-scheme: dark) " srcset =" docs/images/logo.svg " >
5- <source media =" (prefers-color-scheme: light) " srcset =" docs/images/logo.svg " >
6- <img alt =" PUMA Logo " src =" docs/images/puma-logo-light.svg " width =" 240 " >
4+ <source media =" (prefers-color-scheme: dark) " srcset =" docs/images/logo-dark .svg " >
5+ <source media =" (prefers-color-scheme: light) " srcset =" docs/images/logo-light .svg " >
6+ <img alt =" PUMA Logo " src =" https://github.com/InftyAI/PUMA " width =" 240 " >
77</picture >
88
99** A lightweight, high-performance inference engine for local AI**
@@ -31,8 +31,6 @@ cargo install puma
3131
3232### Build from Source
3333
34- ** Prerequisites:** Rust 1.70+ and Make
35-
3634``` bash
3735# Clone the repository
3836git clone https://github.com/InftyAI/PUMA.git
@@ -42,7 +40,7 @@ cd PUMA
4240make build
4341
4442# The binary will be available at ./puma
45- ./puma -- version
43+ ./puma version
4644```
4745
4846## Quick Start
@@ -114,7 +112,7 @@ puma ls llama -l author=meta
114112$ puma inspect inftyai/tiny-random-gpt2
115113
116114name: inftyai/tiny-random-gpt2
117- kind: model
115+ kind: Model
118116spec:
119117 author: inftyai
120118 task: text-generation
File renamed without changes.
You can’t perform that action at this time.
0 commit comments