aboutsummaryrefslogtreecommitdiff
path: root/examples/train-text-from-scratch
AgeCommit message (Expand)Author
2023-07-19cmake : install targets (#2256)wzy
2023-07-11ggml : remove src0 and src1 from ggml_tensor and rename opt to src (#2178)Spencer Sutton
2023-07-07ggml : change ggml_graph_compute() API to not require context (#1999)Qingyou Meng
2023-07-01train : fix compile warningGeorgi Gerganov
2023-06-29Use unsigned for random seed (#2006)Howard Su
2023-06-27llama : fix rope usage after ChatGLM changeGeorgi Gerganov
2023-06-26ggml : increase max tensor name + clean up compiler warnings in train-text (#...David Yang
2023-06-24llama : make model stateless and context stateful (llama_state) (#1797)Didzis Gosko
2023-06-17train : get raw text instead of page with html (#1905)David Yang
2023-06-16build : fix and ignore MSVC warnings (#1889)Borislav Stanimirov
2023-06-13train : improved training-from-scratch example (#1652)xaedes