Skip to content

Commit 86ebe15

Browse files
committed
docs: fix install commands in Marimo demos — remove non-existent extras
1 parent f11b44c commit 86ebe15

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/example/marimo/benchmark/benchmark_demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This interactive demo shows how to benchmark multiple DNA language models using
1515
Install DNALLM with the inference and benchmark extras:
1616

1717
```bash
18-
uv pip install -e '.[base,inference,cuda124]'
18+
uv pip install -e '.[base,cuda124]'
1919
```
2020

2121
Then launch the demo:

docs/example/marimo/finetune/finetune_demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This interactive demo shows how to fine-tune a DNA language model with a custom
1515
Install DNALLM with the fine-tuning extras:
1616

1717
```bash
18-
uv pip install -e '.[base,finetune,cuda124]'
18+
uv pip install -e '.[base,cuda124]'
1919
```
2020

2121
Then launch the demo:

docs/example/marimo/inference/inference_demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This interactive demo shows how to run inference with pre-trained DNA language m
1515
Install DNALLM with the inference extras:
1616

1717
```bash
18-
uv pip install -e '.[base,inference,cuda124]'
18+
uv pip install -e '.[base,cuda124]'
1919
```
2020

2121
Then launch the demo:

0 commit comments

Comments
 (0)