mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
7 lines
264 B
Python
7 lines
264 B
Python
|
|
"""Vendored upstream tinygrad reference code (MIT-licensed).
|
||
|
|
|
||
|
|
Source: https://github.com/tinygrad/tinygrad
|
||
|
|
These files are not part of the `tinygrad` pip package (the `extra/` tree is
|
||
|
|
excluded from `pyproject.toml` `packages`), so we carry a pinned copy here.
|
||
|
|
"""
|