bobleesj commited on
Commit
cc3c8e3
·
verified ·
1 Parent(s): a320d81

clarify: Colab T4 runs on GPU via PyTorch (not CPU)

Browse files
Files changed (1) hide show
  1. notebooks/show4dstem_colab.ipynb +1 -1
notebooks/show4dstem_colab.ipynb CHANGED
@@ -9,7 +9,7 @@
9
  "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/?url=https%3A%2F%2Fhuggingface.co%2Fdatasets%2Fbobleesj%2Fquantem-data%2Fresolve%2Fmain%2Fnotebooks%2Fshow4dstem_colab.ipynb)\n",
10
  "\n",
11
  "Open a 4D-STEM dataset in your browser - **no install, no GPU setup**. Runs on Colab's\n",
12
- "free runtime. Backend auto-detects; this sample uses the CPU/numpy path so it works on\n",
13
  "any runtime (CPU or GPU).\n"
14
  ]
15
  },
 
9
  "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/?url=https%3A%2F%2Fhuggingface.co%2Fdatasets%2Fbobleesj%2Fquantem-data%2Fresolve%2Fmain%2Fnotebooks%2Fshow4dstem_colab.ipynb)\n",
10
  "\n",
11
  "Open a 4D-STEM dataset in your browser - **no install, no GPU setup**. Runs on Colab's\n",
12
+ "Open a 4D-STEM dataset in your browser - **no install, no GPU setup**. On Colab's free **Tesla T4**, Show4DSTEM runs on the **GPU via PyTorch (CUDA)** - NumPy is only the input format; it is uploaded to the GPU. (On a CPU-only runtime it falls back to CPU.)\n",
13
  "any runtime (CPU or GPU).\n"
14
  ]
15
  },