Skip to content

Commit 7fa15f5

Browse files
authored
update logo (#38)
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 3347dd2 commit 7fa15f5

4 files changed

Lines changed: 21 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
3836
git clone https://github.com/InftyAI/PUMA.git
@@ -42,7 +40,7 @@ cd PUMA
4240
make 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

116114
name: inftyai/tiny-random-gpt2
117-
kind: model
115+
kind: Model
118116
spec:
119117
author: inftyai
120118
task: text-generation

docs/images/logo-dark.svg

Lines changed: 16 additions & 0 deletions
Loading

docs/images/logo.png

-1.94 MB
Binary file not shown.

0 commit comments

Comments
 (0)