Pelochus commited on
Commit
4921edd
1 Parent(s): 466d7ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,6 +22,7 @@ Right now, only converted the following models:
22
  | --------------------- | ----------- | ---------------------------------------------------------- |
23
  | Qwen Chat | 1.8B | https://huggingface.co/Pelochus/qwen-1_8B-rk3588 |
24
  | Microsoft Phi-2 | 2.7B | https://huggingface.co/Pelochus/phi-2-rk3588 |
 
25
  | Llama 2 7B | 7B | https://huggingface.co/Pelochus/llama2-chat-7b-hf-rk3588 |
26
  | Llama 2 13B | 13B | https://huggingface.co/Pelochus/llama2-chat-13b-hf-rk3588 |
27
  | Qwen 1.5 Chat | 4B | https://huggingface.co/Pelochus/qwen1.5-chat-4B-rk3588 |
@@ -52,8 +53,7 @@ Aside from that, RKLLM toolkit allows for no optimization (0) and optimization (
52
  All models are optimized.
53
 
54
  ## Future additions
55
- - [x] Converting Llama 2 (70B currently in conversion, but that won't run even with 32GB RAM)
56
- - [x] Converting Qwen 1.5 (from 0.5 to 7B, except 4B, already converted)
57
  - [ ] Adding other compatible Rockchip's SoCs
58
 
59
  ## More info
 
22
  | --------------------- | ----------- | ---------------------------------------------------------- |
23
  | Qwen Chat | 1.8B | https://huggingface.co/Pelochus/qwen-1_8B-rk3588 |
24
  | Microsoft Phi-2 | 2.7B | https://huggingface.co/Pelochus/phi-2-rk3588 |
25
+ | Microsoft Phi-3 Mini | 3.8B | https://huggingface.co/Pelochus/phi-3-mini-rk3588 |
26
  | Llama 2 7B | 7B | https://huggingface.co/Pelochus/llama2-chat-7b-hf-rk3588 |
27
  | Llama 2 13B | 13B | https://huggingface.co/Pelochus/llama2-chat-13b-hf-rk3588 |
28
  | Qwen 1.5 Chat | 4B | https://huggingface.co/Pelochus/qwen1.5-chat-4B-rk3588 |
 
53
  All models are optimized.
54
 
55
  ## Future additions
56
+ - [x] Converting other compatible LLMs
 
57
  - [ ] Adding other compatible Rockchip's SoCs
58
 
59
  ## More info