Skip to content

Commit

Permalink
Added Mixtral and Phi to docs (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Dec 15, 2023
1 parent 549bbb8 commit ce99dbf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/models/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Any combination of linear layers can be targeted in the adapters, which correspo
- `down_proj`
- `lm_head`

### Mixtral

- `q_proj`
- `k_proj`
- `v_proj`
- `o_proj`
- `lm_head`

### Qwen

- `c_attn`
Expand All @@ -36,6 +44,14 @@ Any combination of linear layers can be targeted in the adapters, which correspo
- `w2`
- `lm_head`

### Phi

- `Wqkv`
- `out_proj`
- `fc1`
- `fc2`
- `lm_head`

### GPT2

- `c_attn`
Expand Down
2 changes: 2 additions & 0 deletions docs/models/base_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
- [CodeLlama](https://huggingface.co/codellama)
- 🌬️[Mistral](https://huggingface.co/mistralai)
- [Zephyr](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
- 🔄 [Mixtral](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1)
- 🔮 [Qwen](https://huggingface.co/Qwen)
- 🏛️ [Phi](https://huggingface.co/microsoft/phi-2)
- 🤖 [GPT2](https://huggingface.co/gpt2)

Other architectures are supported on a best effort basis, but do not support dynamic adapter loading.
Expand Down

0 comments on commit ce99dbf

Please sign in to comment.