Skip to content

Conversation

@lhk
Copy link

@lhk lhk commented Jan 9, 2026

Alternative version of the README.

This is not at all meant to be a drop-in replacement for the current readme, but rather a starting point for discussion and a push for better documentation.

Let's discuss what to carry over to the README.

Alternative version of the README.

This is not at all meant to be a drop-in replacement for the current readme, but rather a starting point for discussion and a push for better documentation.

Let's discuss what to carry over to the README.
@lhk lhk requested a review from MichelDucartier January 9, 2026 14:12
Comment on lines +10 to +15
```
docker build -t project-name -f docker/Dockerfile .
docker run --gpus all -it \
-v $(pwd):/workspace \
project-name
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want the user to build their own Docker image? We have a CI that builds a new one on every push on the master (for both ARM64 and AMD64 architecture), if a user wants to revert back to an old version of the master, they can do so by updating the tag. It would be better for them to just:

Suggested change
```
docker build -t project-name -f docker/Dockerfile .
docker run --gpus all -it \
-v $(pwd):/workspace \
project-name
```
# Uncomment for ARM64 architecture
# docker pull michelducartier24/multimeditron-git:latest-arm64
docker pull michelducartier24/multimeditron-git:latest-amd64


If Docker is not used, install dependencies manually:
```
pip install -r requirements.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pip install -r requirements.txt
pip install ".[flash-attn]"

Comment on lines +68 to +76
Aggregate and post-process results:
```bash
python scripts/analyze.py
```

Generate plots and figures:
```bash
python scripts/plot.py
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't really have a lot of plots and figures at the moment (just tables), but maybe for the future, it would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants