summaryrefslogtreecommitdiff
path: root/examples/llama.swiftui/llama.cpp.swift
AgeCommit message (Expand)Author
2024-07-27Merge mainline llama.cpp (#3)Kawrakow
2024-04-21llama : add option to render special/control tokens (#6807)Georgi Gerganov
2024-04-21llama : support Llama 3 HF conversion (#6745)Pedro Cuenca
2024-03-13llama : add pipeline parallelism support (#6017)slaren
2024-02-16ggml : add numa options (#5377)bmwl
2024-01-07llama.swiftui : use llama.cpp as SPM package (#4804)Alex Azarov
2024-01-06llama.swiftui : use correct pointer for llama_token_eos (#4797)Daniel Illescas Romero
2023-12-29llama.swiftui : fix infinite loop, ouput timings, buff UI (#4674)Peter Sugihara
2023-12-18llama.swiftui : add more modelsGeorgi Gerganov
2023-12-17llama.swiftui : add bench functionality (#4483)Georgi Gerganov
2023-12-04swift : fix concatenation method to avoid invalid UTF8 stringfication (#4325)Miwa / Ensan
2023-12-04swift : fix prompt tokenization logic (#4321)Miwa / Ensan
2023-12-01swift : fix token_to_piece implementation (#4278)Miwa / Ensan
2023-11-27examples : iOS example with swift ui (#4159)Bailey Chittle