Austin
|
8b1b1f4982
train : add general name (#6752)
|
1 年間 前 |
Steve Grubb
|
6e0438da3c
gguf : fix resource leaks (#6061)
|
1 年間 前 |
Georgi Gerganov
|
ab336a9d5e
code : normalize enum names (#5697)
|
1 年間 前 |
Herman Semenov
|
5d3de51f97
ggml, common, examples, tests : fixed type arguments in printf (#5528)
|
1 年間 前 |
Daniel Bevenius
|
263978904c
finetune : rename feed-forward tensors (w1/w2/w3) (#4839)
|
1 年間 前 |
Georgi Gerganov
|
3b169441df
sync : ggml (#5452)
|
1 年間 前 |
Uzo Nweke
|
381ee19572
finetune : fix ggml_allocr lifetimes (tmp workaround) (#5033)
|
2 年 前 |
Georgi Gerganov
|
afefa319f1
ggml : change ggml_scale to take a float instead of tensor (#4573)
|
2 年 前 |
Hongyu Ouyang
|
81bc9214a3
train : fix #4227 (double free in examples/train-text-from-scratch/train-text-from-scratch.cpp) (#4351)
|
2 年 前 |
Georgi Gerganov
|
4760e7cc0b
sync : ggml (backend v2) (#3912)
|
2 年 前 |
cebtenzzre
|
898aeca90a
llama : implement YaRN RoPE scaling (#2268)
|
2 年 前 |
slaren
|
a5e8c1d8c7
train-text-from-scratch : fix assert failure in ggml-alloc (#3618)
|
2 年 前 |
Georgi Gerganov
|
bc34dd4f5b
train : fix KQ_pos allocation (#3392)
|
2 年 前 |
Cebtenzzre
|
bc39553c90
build : enable more non-default compiler warnings (#3200)
|
2 年 前 |
slaren
|
16bc66d947
llama.cpp : split llama_context_params into model and context params (#3301)
|
2 年 前 |
xaedes
|
0e76a8992c
train : finetune LORA (#2632)
|
2 年 前 |
Georgi Gerganov
|
ec893798b7
llama : custom attention mask + parallel decoding + no context swaps (#3228)
|
2 年 前 |
goerch
|
b08e75baea
Fixing the last deviations from sentencepiece indicated by test-tokenizer-1 (#3170)
|
2 年 前 |
Cebtenzzre
|
00d62adb79
fix some warnings from gcc and clang-tidy (#3038)
|
2 年 前 |
xaedes
|
44c117f41e
train : mem usage and other improvements (#2439)
|
2 年 前 |
Georgi Gerganov
|
edd4c14817
llama : more tokenizer fixes (#2810)
|
2 年 前 |
Georgi Gerganov
|
ef3f333d37
ggml : sync latest (SAM + SD operators, CUDA alibi) (#2709)
|
2 年 前 |
Georgi Gerganov
|
6381d4e110
gguf : new file format with flexible meta data (beta) (#2398)
|
2 年 前 |
Kawrakow
|
eb542d3932
Add LLAMA_DEFAULT_RMS_EPS so we can change the default (#2384)
|
2 年 前 |
slaren
|
41c674161f
make rms_norm_eps a parameter (#2374)
|
2 年 前 |
Georgi Gerganov
|
513f861953
ggml : fix rope args order + assert (#2054)
|
2 年 前 |
Spencer Sutton
|
5bf2a27718
ggml : remove src0 and src1 from ggml_tensor and rename opt to src (#2178)
|
2 年 前 |
Qingyou Meng
|
1d656d6360
ggml : change ggml_graph_compute() API to not require context (#1999)
|
2 年 前 |
Georgi Gerganov
|
04606a1599
train : fix compile warning
|
2 年 前 |
Howard Su
|
b8c8dda75f
Use unsigned for random seed (#2006)
|
2 年 前 |