mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-22 05:57:50 +00:00
d6ce4b6845
Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.0...v2.3.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 lines
288 B
Plaintext
7 lines
288 B
Plaintext
# mabma does not specify it's build dependencies per PEP517, so we need to disable build isolation
|
|
# this also means that we need to install the basic build dependencies into the venv ourselves
|
|
# https://github.com/Dao-AILab/causal-conv1d/issues/24
|
|
packaging
|
|
setuptools
|
|
wheel
|
|
torch==2.3.1 |