DeepSeek V4 #24162

am17an merged 49 commits into ggml-org:master from am17an:dsv4
am17an
github-actions github-actions added model
github-actions github-actions added python
github-actions github-actions added ggml
fairydreaming
am17an
github-actions github-actions added script
github-actions github-actions added testing
fairydreaming
fairydreaming commented on 2026-06-07
fairydreaming
fairydreaming
am17an
fairydreaming
fairydreaming
ngxson
ngxson commented on 2026-06-11
rujialiu
fairydreaming
fairydreaming
rujialiu
am17an
fairydreaming
fairydreaming
am17an am17an force pushed from 415c6d07 to e5865927 66 days ago
Lowkey-Loki-SN
rujialiu
rujialiu
am17an
Lowkey-Loki-SN
fairydreaming
am17an
am17an
Lowkey-Loki-SN
fairydreaming
am17an
fairydreaming
NovNovikov
fairydreaming
Lowkey-Loki-SN
Lowkey-Loki-SN
fairydreaming
am17an
am17an
fairydreaming
fairydreaming
fairydreaming
am17an
fairydreaming
am17an
am17an am17an changed the title [WIP] DeepSeek V4 DeepSeek V4 63 days ago
am17an am17an marked this pull request as ready for review 63 days ago
am17an am17an requested a review from JohannesGaessler JohannesGaessler 63 days ago
am17an am17an requested a review from ggerganov ggerganov 63 days ago
am17an am17an requested a review from CISC CISC 63 days ago
am17an am17an requested a review 63 days ago
am17an
ggerganov
ggerganov commented on 2026-06-16
ggerganov ggerganov assigned ggerganov ggerganov 63 days ago
CISC
CISC commented on 2026-06-16
fairydreaming
am17an
fairydreaming
fairydreaming commented on 2026-06-16
ggerganov
ggerganov commented on 2026-06-17
ggerganov
ggerganov approved these changes on 2026-06-17
ggerganov
ggerganov commented on 2026-06-17
ggerganov
ggerganov commented on 2026-06-18
ggerganov
ggerganov commented on 2026-06-18
ggerganov
ggerganov commented on 2026-06-18
ggerganov
am17an
fairydreaming
ggerganov
ggerganov commented on 2026-06-18
fairydreaming
fairydreaming
am17an am17an requested a review 59 days ago
am17an am17an requested a review 59 days ago
am17an am17an requested a review 59 days ago
am17an am17an requested a review 59 days ago
am17an am17an requested a review 59 days ago
am17an am17an requested a review 59 days ago
am17an am17an requested a review 59 days ago
am17an am17an requested a review 59 days ago
am17an am17an requested a review 59 days ago
github-actions github-actions added documentation
github-actions github-actions added Vulkan
github-actions github-actions added examples
github-actions github-actions added devops
github-actions github-actions added server
github-actions github-actions added SYCL
github-actions github-actions added Apple Metal
github-actions github-actions added CUDA
github-actions github-actions added jinja parser
github-actions github-actions added WebGPU
github-actions github-actions added server/ui
am17an am17an force pushed from dd03bebd to 25c8398e 59 days ago
am17an am17an removed review request 59 days ago
am17an am17an removed review request 59 days ago
am17an am17an removed review request 59 days ago
am17an am17an removed review request 59 days ago
am17an am17an removed review request 59 days ago
am17an am17an removed review request 59 days ago
am17an am17an removed review request 59 days ago
am17an am17an removed review request 59 days ago
am17an
am17an commented on 2026-06-20
dfriehs
dfriehs commented on 2026-06-20
ggerganov
am17an
quasar-of-mikus
vektorprime
a1ix2
github-actions github-actions added conversion
GEN-BIT
GEN-BIT commented on 2026-06-27
paradigm
am17an
am17an commented on 2026-06-27
fairydreaming
am17an
ggerganov
ggerganov commented on 2026-06-28
am17an am17an force pushed from fd0955f2 to e16065fd 51 days ago
ggerganov
am17an
ggerganov
ggerganov
ggerganov commented on 2026-06-28
ggerganov
ggerganov commented on 2026-06-28
ggerganov
ggerganov commented on 2026-06-28
am17an convert: add dsv4 conversion
aa0d5f41
am17an add basic setup
d70705d5
am17an add llm_graph_input_dsv4
d871b49a
am17an add save-load state
3735a82a
am17an add sinkhorn eps - correction by @fairydreaming
36333ad5
am17an add rope fix
5927082f
am17an cleanup dead code
b2d36ac9
am17an fix bugs
67bfd0fa
am17an support pro model: added by @fairydreaming
10e7f361
am17an remove redundant V cache
7ab3378c
pwilkin Chat template
b7631f01
sszymczy remove debugging leftovers
737b5a4b
pwilkin Add mechanism for inlining templates based on architecture
0fa3bb08
am17an s/deepseek-v4-flash/deepseek4/g
91920e1a
sszymczy s/deepseek-v4-flash/deepseek4/g continued
f07c4a36
am17an enable graph reuse
ea11d094
am17an enable FA
8db46cc9
am17an fix test llama archs
76fd0083
am17an rename
517849c7
sszymczy compatibility with antirez ds4 GGUFs
5ca52d52
sszymczy simplified set_gguf_parameters() by calling super class method, repla…
8ecac3a9
am17an reserve worst-case kv-cache
21ac24da
am17an revert max split inputs
374d51d8
am17an address review comments
41838689
am17an add padding to enable FA
8971d843
sszymczy pad only the final value of plan.n_kv to 256
494591cb
ngxson remove built-in cpp chat template
bb632f45
ngxson cont: remove cpp built-in template
3b93912d
ngxson rm outdated test
0d33ad0e
fairydreaming replace ggml_view_3d() with ggml_reshape_3d()
f9f4fb30
am17an only support n_seq=1 for now
4b67acd0
am17an remove unused var
10214b66
am17an cont: remove unused var
c2a43966
am17an use scale bias
c7d65399
am17an use correct ptr for can_reuse
b16391ce
am17an remove gen-chat-inline-templates.py
411c2bcd
am17an simplify graph reuse
5764dc41
am17an cont: cleanup
63359743
am17an remove unused inputs
175ac851
am17an enable partial checkpointing
9885fa76
am17an add correct shape for kq_mask + set llama_model_n_swa to 0 for dsv4
55fdfa82
am17an precompute source_idx + add comment about dummy write
8eb9c860
am17an support multi-seq
45056404
am17an remove restored_trim_pos
344965da
am17an use split_equal when possible
0b809789
am17an am17an force pushed from 4dd09f3c to 0b809789 50 days ago
am17an am17an requested a review from CISC CISC 50 days ago
ggerganov
ggerganov approved these changes on 2026-06-29
am17an fix indent
ce2b545e
CISC
CISC commented on 2026-06-29
fairydreaming
am17an address review comments
b8983f9f
CISC
CISC commented on 2026-06-29
CISC
CISC approved these changes on 2026-06-29
am17an use LLM_KV
fc8f11dd
am17an am17an removed documentation
am17an am17an removed testing
am17an am17an removed Vulkan
am17an am17an removed SYCL
am17an am17an removed Apple Metal
am17an am17an removed CUDA
am17an am17an removed WebGPU
am17an am17an removed server/ui
am17an am17an removed devops
CISC
CISC approved these changes on 2026-06-29
am17an am17an removed examples
CISC
github-actions github-actions added testing
CISC
CISC commented on 2026-06-29
am17an fix ci
f180ae8b
am17an am17an force pushed from 62eab9de to f180ae8b 50 days ago
CISC
CISC approved these changes on 2026-06-29
CISC CISC removed script
CISC CISC removed python
CISC CISC removed server
CISC CISC removed ggml
CISC CISC removed jinja parser
am17an am17an merged 8c146a83 into master 50 days ago
am17an am17an deleted the dsv4 branch 50 days ago
yoloyash
Nekotekina
am17an
fairydreaming
Nekotekina
fairydreaming
fairydreaming commented on 2026-06-30
comchris
am17an
Nekotekina
fairydreaming
am17an
fairydreaming
20jeka08
fairydreaming
am17an
EugeoSynthesisThirtyTwo
am17an
rujialiu
tarruda
joesixpaq
dfriehs
Nekotekina
EugeoSynthesisThirtyTwo
fairydreaming
fairydreaming
EugeoSynthesisThirtyTwo
rujialiu
rujialiu
woof-dog
jkubi
joesixpaq
FullstackSensei
EugeoSynthesisThirtyTwo
am17an
wenyifancc
am17an
wenyifancc
tarruda
ToddCrimson

Login to write a write a comment.

Login via GitHub

Assignees
Labels
Milestone