Skip to content

Commit

Permalink
Fix typo in huggingface_vit_batch_prediction.ipynb (ray-project#41718)
Browse files Browse the repository at this point in the history
Fixes a typo I just happened to notice while reading. Feel free to open as your own PR in case of any CLA or attribution concerns.

Signed-off-by: Mat Schaffer <115565899+matschaffer-roblox@users.noreply.github.com>
  • Loading branch information
matschaffer-roblox authored and vickytsang committed Jan 12, 2024
1 parent dd5c8f5 commit eeac421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"If the samples look good, we can proceed with saving the results to an external storage, e.g., S3 or local disks. See [Ray Data Input/Output](https://docs.ray.io/en/latest/data/api/input_output.html) for all supported stoarges and file formats.\n",
"If the samples look good, we can proceed with saving the results to an external storage, e.g., S3 or local disks. See [Ray Data Input/Output](https://docs.ray.io/en/latest/data/api/input_output.html) for all supported storages and file formats.\n",
"\n",
"```python\n",
"ds.write_parquet(\"local://tmp/inference_results\")\n",
Expand Down

0 comments on commit eeac421

Please sign in to comment.