Xuan-Son Nguyen
|
9b61acf060
|
mtmd : rename llava directory to mtmd (#13311)
* mv llava to mtmd
* change ref everywhere
|
2025-05-05 16:02:55 +02:00 |
|
Xuan-Son Nguyen
|
5215b91e93
|
clip : fix confused naming ffn_up and ffn_down (#13290)
* clip : fix confused naming ffn_up and ffn_down
* rm ffn_i/o/g naming
* rename n_embd, n_ff
* small fix
* no check n_ff
|
2025-05-05 12:54:44 +02:00 |
|
Xuan-Son Nguyen
|
27aa259532
|
mtmd : add C public API (#13184)
* init
* wip
* working version
* add mtmd::bitmaps
* add test target
* rm redundant define
* test: mtmd_input_chunks_free
* rm outdated comment
* fix merging issue
* explicitly create mtmd::input_chunks
* mtmd_input_chunk_copy
* add clone()
* add const to various places
* add warning about breaking changes
* helper: use mtmd_image_tokens_get_n_pos
|
2025-05-04 23:43:42 +02:00 |
|
Diego Devesa
|
1d36b3670b
|
llama : move end-user examples to tools directory (#13249)
* llama : move end-user examples to tools directory
---------
Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
|
2025-05-02 20:27:13 +02:00 |
|