From 84894974bd7617bad8271610901edc4211a3414c Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Thu, 14 May 2020 22:40:59 +0200 Subject: [PATCH] Updated ONNX notebook link in README. --- notebooks/04-onnx-export.ipynb | 2 +- notebooks/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/04-onnx-export.ipynb b/notebooks/04-onnx-export.ipynb index a4da589a61..1bb64ae52b 100644 --- a/notebooks/04-onnx-export.ipynb +++ b/notebooks/04-onnx-export.ipynb @@ -52,7 +52,7 @@ }, "outputs": [], "source": [ - "!pip install --upgrade git+https://github.com/huggingface/transformers@onnx-export" + "!pip install --upgrade git+https://github.com/huggingface/transformers" ] }, { diff --git a/notebooks/README.md b/notebooks/README.md index 06402557d6..873b1056e7 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -16,4 +16,4 @@ Pull Request and we'll review it so it can be included here. | [How to use Pipelines](https://github.com/huggingface/transformers/blob/master/notebooks/03-pipelines.ipynb) | Simple and efficient way to use State-of-the-Art models on downstream tasks through transformers | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/transformers/blob/master/notebooks/03-pipelines.ipynb) | | [How to train a language model](https://github.com/huggingface/blog/blob/master/notebooks/01_how_to_train.ipynb)| Highlight all the steps to effectively train Transformer model on custom data | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/blog/blob/master/notebooks/01_how_to_train.ipynb)| | [How to generate text](https://github.com/huggingface/blog/blob/master/notebooks/02_how_to_generate.ipynb)| How to use different decoding methods for language generation with transformers | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/blog/blob/master/notebooks/02_how_to_generate.ipynb)| -| [How to export model to ONNX](https://github.com/huggingface/blog/blob/master/notebooks/04-onnx-export.ipynb) | Highlight how to export and run inference workloads through ONNX | \ No newline at end of file +| [How to export model to ONNX](https://github.com/huggingface/transformers/blob/master/notebooks/04-onnx-export.ipynb) | Highlight how to export and run inference workloads through ONNX | \ No newline at end of file