Radix/examples
Foke Singh a811b2e1e3 llama: fix dimensions and data types
Removed unnecessary batching dimension introduced by recent changes. Converted index outputs from i32 to u32 for token indices. Ensures Llama runs on CUDA and RoCM. Tested on CUDA.
2024-03-20 13:37:19 +00:00
..
benchmark Update examples to use the corrected logFn API. 2024-03-18 13:11:14 +00:00
llama llama: fix dimensions and data types 2024-03-20 13:37:19 +00:00
loader Update docs and Zig examples to demonstrate the new client creation flags API. 2023-11-09 12:31:11 +00:00
mnist Update examples to use the corrected logFn API. 2024-03-18 13:11:14 +00:00
simple_layer Update docs and Zig examples to demonstrate the new client creation flags API. 2023-11-09 12:31:11 +00:00
third_party Update Llama example docs and Bazel build files, and add tests for the new HuggingFace tokenizer integration. 2024-03-04 12:11:13 +00:00
tools Update tutorial documentation in write_first_model.md with quick fixes. 2023-11-30 12:14:33 +00:00
bazel.sh Update getting_started tutorial and example Bazel files for Bazel 8 migration. 2024-02-14 10:44:47 +00:00
BUILD.bazel Update Llama example docs and Bazel build files, and add tests for the new HuggingFace tokenizer integration. 2024-03-04 12:11:13 +00:00
build.zig Add initial documentation and example projects for ZML, covering how‑to guides, tutorials, and benchmark examples. 2023-01-03 10:21:07 +00:00
MODULE.bazel Update Llama example docs and Bazel build files, and add tests for the new HuggingFace tokenizer integration. 2024-03-04 12:11:13 +00:00
MODULE.bazel.lock Update Llama example docs and Bazel build files, and add tests for the new HuggingFace tokenizer integration. 2024-03-04 12:11:13 +00:00
platform_mappings Add initial documentation and example projects for ZML, covering how‑to guides, tutorials, and benchmark examples. 2023-01-03 10:21:07 +00:00
zls.build.json Add example build runner scripts and config for Zig code completion. 2023-11-21 14:55:34 +00:00