Skip to content

Commit

Permalink
1.5.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonafeucht committed Nov 9, 2024
1 parent fd8616f commit 564e068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
**OpenCL Rusticl (AMD64):**
> [!CAUTION]
> While Rusticl is compatible with Polaris, there are significant differences in inference performance, with Polaris cards running Clover showing higher accuracy.
> While Rusticl works on Polaris cards, there are significant differences in inference performance, with Polaris cards running Clover showing higher accuracy.
```yml
services:
Expand Down Expand Up @@ -177,6 +177,7 @@ Only tested with consumer grade hardware and only on Linux based systems.
- RTX 3060 Ti

#### AMD GPU (OpenCL)
- RX 570 4GB
- RX 580 8GB
- RX 6600 XT

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fastapi[standard]==0.115.3
fastapi[standard]==0.115.4
Pillow==11.0.0
transformers==4.46.0
torch==2.5.0
transformers==4.46.2
torch==2.5.1
python-dotenv==1.0.1
filetype==1.2.0
opencv-python-headless==4.10.0.84
python-multipart==0.0.12
python-multipart==0.0.17

0 comments on commit 564e068

Please sign in to comment.