You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[pyproject.toml] Add a dependency on torch==2.3 (#3277)
* Fix lint
Remove `requires-python = ">=3.10"`. This caused the linter to use a new
`with` syntax that was added in python 3.10, but we want to eventualy
supoort older versions of python.
* [ci] Look on pytorch servers when installing pip deps
When installing the executorch pip package for CI jobs, look on the
pytorch servers when resolving dependencies. This lets the executorch
package depend on pytorch pre-release and nightly versions.
Also run the llava setup with `-x` to make it easier to debug failures.
* [pyproject.toml] Add a dependency on `torch==2.3`
This is the version that the release/0.2 version of executorch depends
on. We should not pick this back into main.
0 commit comments