Skip to content

Commit 2c11ea2

Browse files
jp-x-gericmintun
authored andcommitted
fix parameter name
"using_collab" does not appear in subsequent text, replacing with "using_colab"
1 parent 06bd20d commit 2c11ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/onnx_model_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"id": "109a5cc2",
7373
"metadata": {},
7474
"source": [
75-
"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'."
75+
"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'."
7676
]
7777
},
7878
{

0 commit comments

Comments
 (0)