File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,11 @@ The latest release of `mostlyai-qa` can be installed via pip:
2222pip 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(
101105Please 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},
You can’t perform that action at this time.
0 commit comments