summaryrefslogtreecommitdiff
path: root/examples/llama.swiftui
AgeCommit message (Expand)Author
2024-07-27Merge mainline llama.cpp (#3)Kawrakow
2024-06-21swiftui : enable stream updating (#7754)Shuichi Tsutsumi
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-12llama.swiftui : update models layout (#4826)Zay
2024-01-08llama.swiftui : update readmeGeorgi Gerganov
2024-01-07llama.swiftui : use llama.cpp as SPM package (#4804)Alex Azarov
2024-01-07llama.swiftui : add visionOS target (#4805)Alex Azarov
2024-01-06llama.swiftui : use correct pointer for llama_token_eos (#4797)Daniel Illescas Romero
2024-01-05metal : switch back to default.metallib (ggml/681)Georgi Gerganov
2024-01-04llama.swiftui : support loading custom model from file picker (#4767)singularity
2024-01-04llama.swiftui : fix build of ggml.metallib (#4754)singularity
2023-12-29llama.swiftui : fix infinite loop, ouput timings, buff UI (#4674)Peter Sugihara
2023-12-18llama.swiftui : add tinyllama 1.1B F16Georgi Gerganov
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