mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Per title. This is the first one of a two-part process: [x] Move all ONNX test dependencies to Docker https://github.com/pytorch/pytorch/pull/96590 [ ] Move the test model used by [TestFxToOnnxWithOnnxRuntime.test_gpt2_tiny](https://hud.pytorch.org/failure/FAILED%20test%2Fonnx%2Ftest_fx_to_onnx_with_onnxruntime.py%3A%3ATestFxToOnnxWithOnnxRuntime%3A%3Atest_large_scale_exporter_with_tiny_gpt2%20-%20requests.exceptions.ReadTimeout%3A%20HTTPSConnectionPool(host%3D'huggingface.co'%2C%20port%3D443)%3A%20Read%20timed%20out.%20(read%20timeout%3D10.0)) Pull Request resolved: https://github.com/pytorch/pytorch/pull/96590 Approved by: https://github.com/ZainRizvi |
||
|---|---|---|
| .. | ||
| common.sh | ||
| README.md | ||
| test.sh | ||
Jenkins
The scripts in this directory are the entrypoint for testing ONNX exporter.
The environment variable BUILD_ENVIRONMENT is expected to be set to
the build environment you intend to test. It is a hint for the build
and test scripts to configure Caffe2 a certain way and include/exclude
tests. Docker images, they equal the name of the image itself. For
example: py2-cuda9.0-cudnn7-ubuntu16.04. The Docker images that are
built on Jenkins and are used in triggered builds already have this
environment variable set in their manifest. Also see
./docker/jenkins/*/Dockerfile and search for BUILD_ENVIRONMENT.
Our Jenkins installation is located at https://ci.pytorch.org/jenkins/.