Compare commits

...

2 Commits

Author SHA1 Message Date
NanoCode012
f5f5a3ee9b feat(doc): add llama4 to liger support 2025-04-09 15:41:05 +07:00
NanoCode012
cc512a57a5 fix: wrong key used in example doc 2025-04-09 14:54:21 +07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -164,7 +164,7 @@ Here is an example of a multi-modal dataset:
{ {
"role": "user", "role": "user",
"content": [ "content": [
{"type": "image", "image": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg"}, {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg"},
{"type": "text", "text": "Describe this image in detail."} {"type": "text", "text": "Describe this image in detail."}
] ]
}, },

View File

@@ -29,6 +29,7 @@ liger_fused_linear_cross_entropy: true
- granite - granite
- jamba - jamba
- llama - llama
- llama4 (partial support, no support for FLCE yet)
- mistral - mistral
- mixtral - mixtral
- mllama - mllama