File size: 1,132 Bytes
e6dc963
 
95ff0da
 
fad54b2
 
 
 
 
 
9ee2b74
fad54b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
license: mit
language:
- ru
---

# PozdGPT

Peak of humanity technologies. New breath in neuroslop world.

![PozdGPT](./pozdgpt.jpg)

## Usage

Via llama.cpp + GGUF
```python
# !pip install llama-cpp-python
from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="sodeeplearning/pozdgpt",
	filename="PozdGPT-Q4_K_M.gguf", # Or Q6_K, Q8_0, f16
)
```

## AWQ + vLLM
To launch 4bit AWQ version you need to download this 
[folder](https://huggingface.co/sodeeplearning/pozdgpt/tree/main/PozdGPT-awq-4bit)
and launch your vLLM server:

```bash
# !pip install vllm

vllm serve ./PozdGPT-awq-4bit \
  --served-model-name pozdgpt \
  --quantization compressed-tensors \
  --max-model-len 8192 \
  --gpu-memory-utilization 0.88 \
  --max-num-seqs 6 \
  --kv-cache-dtype fp8 \
  --enable-prefix-caching \
  --api-key key \
  --port 8148
```

## Test via telegram bot

You can test this bot in official [telegram bot](https://t.me/pozdgpt_bot)

# Contacts

- [Github](https://github.com/sodeeplearning/PozdGPT)
- [Team Telegram](https://t.me/Notfag)
- [Telegram bot](https://t.me/pozdgpt_bot)
- Email: vitaliy.petreev@gmail.com