chq1155 Claude Opus 4.8 (1M context) commited on
Commit
5e88b4f
·
1 Parent(s): 8d43f08

Add Colab demo notebook section to README

Browse files

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -19,6 +19,14 @@ conda activate td3b
19
  pip install -e .
20
  ```
21
 
 
 
 
 
 
 
 
 
22
  ## Data and Checkpoints
23
 
24
  The checkpoints ship with this repository. The expected layout is:
 
19
  pip install -e .
20
  ```
21
 
22
+ ## Demo
23
+
24
+ An interactive inference demo is provided in [`notebooks/TD3B_Inference_Demo.ipynb`](notebooks/TD3B_Inference_Demo.ipynb) (configured for a Colab T4 GPU).
25
+
26
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/)
27
+
28
+ To run it: download the notebook from this repository, open [Google Colab](https://colab.research.google.com/), upload it via **File → Upload notebook**, and select a GPU runtime (**Runtime → Change runtime type → T4 GPU**).
29
+
30
  ## Data and Checkpoints
31
 
32
  The checkpoints ship with this repository. The expected layout is: