mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 00:33:34 -05:00
This commit includes: - Exported tinytorch package files from nbdev (autograd, losses, optimizers, training, etc.) - Updated activations.py and layers.py with __call__ methods - New module exports: attention, spatial, tokenization, transformer, etc. - Removed old _modidx.py file - Cleanup of duplicate milestone directories These are the generated package files that correspond to the source modules we've been developing. Students will import from these when using TinyTorch.
9 lines
250 B
Python
Generated
9 lines
250 B
Python
Generated
# AUTOGENERATED! DO NOT EDIT! File to edit: ../../modules/source/17_quantization/quantization_dev.ipynb.
|
|
|
|
# %% auto 0
|
|
__all__ = []
|
|
|
|
# %% ../../modules/source/17_quantization/quantization_dev.ipynb 0
|
|
#| default_exp optimization.quantization
|
|
#| export
|