From 2c11ea23525970ac288f23dc74b203bcbfb4cc6a Mon Sep 17 00:00:00 2001 From: jp-x-g Date: Thu, 6 Apr 2023 20:00:04 -0700 Subject: [PATCH] fix parameter name "using_collab" does not appear in subsequent text, replacing with "using_colab" --- notebooks/onnx_model_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/onnx_model_example.ipynb b/notebooks/onnx_model_example.ipynb index b76b4f4..ca49c35 100644 --- a/notebooks/onnx_model_example.ipynb +++ b/notebooks/onnx_model_example.ipynb @@ -72,7 +72,7 @@ "id": "109a5cc2", "metadata": {}, "source": [ - "If running locally using jupyter, first install `segment_anything` in your environment using the [installation instructions](https://github.com/facebookresearch/segment-anything#installation) in the repository. The latest stable versions of PyTorch and ONNX are recommended for this notebook. If running from Google Colab, set `using_collab=True` below and run the cell. In Colab, be sure to select 'GPU' under 'Edit'->'Notebook Settings'->'Hardware accelerator'." + "If running locally using jupyter, first install `segment_anything` in your environment using the [installation instructions](https://github.com/facebookresearch/segment-anything#installation) in the repository. The latest stable versions of PyTorch and ONNX are recommended for this notebook. If running from Google Colab, set `using_colab=True` below and run the cell. In Colab, be sure to select 'GPU' under 'Edit'->'Notebook Settings'->'Hardware accelerator'." ] }, {