Skip to content

Commit

Permalink
push repaired build
Browse files Browse the repository at this point in the history
  • Loading branch information
B0-B committed Oct 7, 2024
1 parent afc7fbd commit 3d2d3a5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,6 @@ This project used to leverage ``ctransformers`` as GGML library for loading GGUF
|tokenizers|0.19.1|
|*ctransformers*|**deprecated**|

## Tests
|Vendor|Device|Model|Quality Assurance|
|-|-|-|-|
|AMD|GPU|MI300x||
|AMD|GPU|MI210x||
|AMD|GPU|RDNA3||
|AMD|GPU|RDNA2||
|AMD|GPU|RDNA1||
|AMD|CPU|Ryzen 3950x||




## Docs

Expand Down
Binary file modified dist/blowtorch-1.3.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/blowtorch-1.3.0.tar.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions examples/vllm_gpt.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from blowtorch import client, console

chat_bot = client(hugging_face_path='MaziyarPanahi/Meta-Llama-3-8B-Instruct-GPTQ',
chat_format='llama-3',
device='gpu',
attention=True)

5 changes: 2 additions & 3 deletions install.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env python3
#
###############################################################################
# blowtorch auto-install script. Will install provided wheel in ./dist branch.
# https://github.com/B0-B/blowtorch-transformer-api


###############################################################################

from os import system as shell, chdir
from pathlib import Path
Expand Down

0 comments on commit 3d2d3a5

Please sign in to comment.