Complete the de-brand across ALL tracked files: CHANGELOG/READMEs, .github workflows (candle-pyo3 -> hanzo-ml-pyo3 etc.), doc comments, peripheral-crate tests/examples (candle_onnx -> hanzo_onnx, candle_flash_attn -> hanzo_flash_attn, candle_metal_kernels -> hanzo_metal_kernels, candle_rocm_kernels -> hanzo_rocm_kernels), the CandleAlgo cudnn alias -> HanzoAlgo, temp-file prefixes, URLs (huggingface/candle -> hanzoai/ml, docs.rs/candle-* -> docs.rs/hanzo-*), EricLBuehler -> hanzoai, and the repository metadata. `git grep candle` now returns 0. Core build verified: cargo check -p hanzo-ml --features vulkan green, Qwen3-0.6B forward argmax matches CPU (rel 4.3e-6). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
50 lines
928 B
Plaintext
50 lines
928 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
data/
|
|
dist/
|
|
target/
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
Cargo.lock
|
|
|
|
# editor config
|
|
.helix
|
|
.vscode
|
|
.zed
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
*tokenizer*.json
|
|
*.npz
|
|
|
|
perf.data
|
|
flamegraph.svg
|
|
*.dylib
|
|
*.so
|
|
*.swp
|
|
*.swo
|
|
trace-*.json
|
|
|
|
hanzo-ml-wasm-examples/*/build
|
|
hanzo-ml-wasm-examples/*/*.bin
|
|
hanzo-ml-wasm-examples/*/*.jpeg
|
|
hanzo-ml-wasm-examples/*/audios/*.wav
|
|
hanzo-ml-wasm-examples/**/*.safetensors
|
|
hanzo-ml-wasm-examples/**/*.gguf
|
|
hanzo-ml-wasm-examples/*/package-lock.json
|
|
hanzo-ml-wasm-examples/**/config*.json
|
|
.DS_Store
|
|
.idea/*
|
|
__pycache__
|
|
out.safetensors
|
|
out.wav
|
|
bria.mp3
|
|
bria.safetensors
|
|
bria.wav
|