Skip to content

Commit 68a3267

Browse files
authored
docs: update README (#158)
1 parent 4e1070f commit 68a3267

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ The latest release of `mostlyai-qa` can be installed via pip:
2222
pip install -U mostlyai-qa
2323
```
2424

25-
On Linux, one can explicitly install `mostlyai-qa[cpu]` or `mostlyai-qa[gpu]`, for CPU-only or CUDA support respectively.
25+
On Linux, one can explicitly install the CPU-only variant of torch together with `mostlyai-qa`:
26+
27+
```bash
28+
pip install -U torch==2.6.0+cpu torchvision==0.21.0+cpu mostlyai-qa --extra-index-url https://download.pytorch.org/whl/cpu
29+
```
2630

2731
## Quick Start
2832

@@ -101,7 +105,7 @@ report_path, metrics = qa.report(
101105
Please consider citing our project if you find it useful:
102106

103107
```bibtex
104-
@misc{title={motlyai-qa,
108+
@misc{mostlyai-qa,
105109
title={Benchmarking Synthetic Tabular Data: A Multi-Dimensional Evaluation Framework},
106110
author={Andrey Sidorenko and Michael Platzer and Mario Scriminaci and Paul Tiwald},
107111
year={2025},

0 commit comments

Comments
 (0)