Arseny
Arseny
### Discussed in https://github.com/ENOT-AutoDL/onnx2torch/discussions/138 Originally posted by **Alicodee** February 15, 2023 I need to use GNNExplainer which requires pytorch model. However, my GNN model is written in keras libraries. I...
Wheels are built in the same environment, periodically some of the wheels have a different hash, differing in length by one digit. ``` package_name-3.7.2.dev52+g84cda2814-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl package_name-3.7.2.dev52+g84cda281-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl package_name-3.7.2.dev52+g84cda281-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ``` ``` g84cda281 [3.9,...
Hello! I found that `uv` installs unnecessary (transitive) dependencies: Reproducing: ``` uv venv -p python3.10 source .venv/bin/activate uv pip install torch==2.1.2+cpu --index-url https://download.pytorch.org/whl/cpu ``` ``` Resolved 9 packages in 3.14s...