File tree 1 file changed +6
-2
lines changed
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:
22
22
pip install -U mostlyai-qa
23
23
```
24
24
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
+ ```
26
30
27
31
## Quick Start
28
32
@@ -101,7 +105,7 @@ report_path, metrics = qa.report(
101
105
Please consider citing our project if you find it useful:
102
106
103
107
``` bibtex
104
- @misc{title={motlyai -qa,
108
+ @misc{mostlyai -qa,
105
109
title={Benchmarking Synthetic Tabular Data: A Multi-Dimensional Evaluation Framework},
106
110
author={Andrey Sidorenko and Michael Platzer and Mario Scriminaci and Paul Tiwald},
107
111
year={2025},
You can’t perform that action at this time.
0 commit comments