- Updated stablediffusion crate path from "../stable-diffusion-burn" to "./crates/stable-diffusion-burn" for proper workspace resolution - Enhanced .gitignore to include generated model files (.mpk, .pt, .bin, .safetensors, .ckpt) and user_data directory - Added Cargo.lock to gitignore with appropriate comment - Reorganized IDE files section in gitignore for better clarity - Added newline at end of file for proper formatting
8 lines
310 B
Markdown
8 lines
310 B
Markdown
# Burn Standard Library
|
|
|
|
`burn-std` provides the core types and utilities shared across the Burn ecosystem.
|
|
It includes foundational definitions for shapes, indexing, and data types.
|
|
|
|
This crate supports both `std` and `no_std` environments and must compile with
|
|
`cargo build --no-default-features` as well.
|