Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 0 additions & 99 deletions _doc/examples/data/eager_mode.csv

This file was deleted.

4 changes: 2 additions & 2 deletions _doc/examples/plot_benchmark_eager_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,9 @@ def subgraph(row, cols):
# `run_with_ort_values` and the data needs to be copied from CPU
# to GPU.

if not has_cuda:
if sess_add_gpu is None:
print("With GPU")
df = pandas.read_csv("data/eager_mode.csv")
df = pandas.read_csv("data/plot_benchmark_eager_mode.csv")
_, ax = make_graph(df)
else:
ax = None
Expand Down
1 change: 1 addition & 0 deletions _doc/sphinxdoc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def callback_begin():
'http://www.xavierdupre.fr/app/pandas_streaming/helpsphinx/index.html',
'protobuf': 'https://developers.google.com/protocol-buffers',
'py-spy': 'https://github.com/benfred/py-spy',
'pybind11': 'https://github.com/pybind/pybind11',
'pyinstrument': 'https://github.com/joerick/pyinstrument',
'pyspark': 'https://spark.apache.org/docs/latest/api/python/',
'python': 'https://www.python.org/',
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ install:
- "%PYTHON%\\python -m pip install -r requirements.txt"
- "%PYTHON%\\python -m pip install -r requirements-dev.txt"
- "%PYTHON%\\python -m pip install pytest"
- "%PYTHON%\\python -m pip install https://github.com/sdpython/onnxruntime/releases/download/v1.14.0/onnxruntime_training-1.14.0+cpu-cp310-cp310-win_amd64.whl"
#- "%PYTHON%\\python -m pip install http://www.xavierdupre.fr/enseignement/setup/torch_interop_utils-1.10.1+cpu-cp39-cp39-win_amd64.whl"
#- "%PYTHON%\\python -m pip install http://www.xavierdupre.fr/enseignement/setup/aten_op_executor-1.10.1+cpu-cp39-cp39-win_amd64.whl"
- "%PYTHON%\\python -m pip install https://github.com/sdpython/onnxruntime/releases/download/v1.14.0/onnxruntime_training-1.14.92+cpu-cp310-cp310-win_amd64.whl"
- "%PYTHON%\\python -m pip install https://github.com/sdpython/onnxruntime/releases/download/v1.14.0/aten_op_executor-1.13.0+cpu-cp310-cp310-win_amd64.whl"
- "%PYTHON%\\python -m pip install https://github.com/sdpython/onnxruntime/releases/download/v1.14.0/torch_interop_utils-1.13.0+cpu-cp310-cp310-win_amd64.whl"

build: off

Expand Down