diff --git a/README.md b/README.md index bd05df9..2ec2821 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@
- - - PUMA Logo + + + PUMA Logo **A lightweight, high-performance inference engine for local AI** @@ -31,8 +31,6 @@ cargo install puma ### Build from Source -**Prerequisites:** Rust 1.70+ and Make - ```bash # Clone the repository git clone https://github.com/InftyAI/PUMA.git @@ -42,7 +40,7 @@ cd PUMA make build # The binary will be available at ./puma -./puma --version +./puma version ``` ## Quick Start @@ -114,7 +112,7 @@ puma ls llama -l author=meta $ puma inspect inftyai/tiny-random-gpt2 name: inftyai/tiny-random-gpt2 -kind: model +kind: Model spec: author: inftyai task: text-generation diff --git a/docs/images/logo-dark.svg b/docs/images/logo-dark.svg new file mode 100644 index 0000000..101de47 --- /dev/null +++ b/docs/images/logo-dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/images/logo.svg b/docs/images/logo-light.svg similarity index 100% rename from docs/images/logo.svg rename to docs/images/logo-light.svg diff --git a/docs/images/logo.png b/docs/images/logo.png deleted file mode 100644 index 17898da..0000000 Binary files a/docs/images/logo.png and /dev/null differ