Skip to content

Commit 839d548

Browse files
authored
Merge pull request #56 from kerthcet/release0.0.15
Update readme
2 parents 7e267ca + 5a02b9f commit 839d548

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
- State-of-the-art LLMs support
88
- Continuous Batching via [vLLM](https://github.com/vllm-project/vllm)
9-
- Quantization([issue#37](https://github.com/InftyAI/llmlite/issues/37))
10-
- Adapter support([issue#51](https://github.com/InftyAI/llmlite/issues/51))
11-
- Streaming support([issue#52](https://github.com/InftyAI/llmlite/issues/52))
9+
- Quantization([issue#37] (<https://github.com/InftyAI/llmlite/issues/37>))
10+
- Loading specific adapters ([issue#51](https://github.com/InftyAI/llmlite/issues/51))
11+
- Streaming ([issue#52](https://github.com/InftyAI/llmlite/issues/52))
1212

1313
### Model Support
1414

@@ -18,19 +18,18 @@
1818
| Llama-2 | Done ✅ | Yes | |
1919
| CodeLlama | Done ✅ | Yes | |
2020
| ChatGLM2 | Done ✅ | No | |
21-
| ChatGLM3 | WIP ⏳ | Yes | |
2221
| Baichuan2 | Done ✅ | Yes | |
22+
| ChatGLM3 | WIP ⏳ | Yes | |
2323
| Claude-2 | RoadMap 📋 | | [issue#7](https://github.com/InftyAI/ChatLLM/issues/7)
2424
| Falcon | RoadMap 📋 | | [issue#8](https://github.com/InftyAI/ChatLLM/issues/8)
2525
| StableLM | RoadMap 📋 | | [issue#11](https://github.com/InftyAI/ChatLLM/issues/11) |
26-
| Baichuan2 | RoadMap 📋 | | [issue#34](https://github.com/InftyAI/llmlite/issues/34)
2726

2827
### Backend Support
2928

30-
| backend | State | Note |
31-
| ---- | ---- | ---- |
32-
| [huggingface](https://github.com/huggingface) | Done ✅ | Support by huggingface pipeline |
33-
| [vLLM](https://github.com/vllm-project/vllm) | Done ✅ | |
29+
| backend | State |
30+
| ---- | ---- |
31+
| [huggingface](https://github.com/huggingface) | Done ✅ |
32+
| [vLLM](https://github.com/vllm-project/vllm) | Done ✅ |
3433

3534
## How to install
3635

0 commit comments

Comments
 (0)