We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a88720 commit e860e0bCopy full SHA for e860e0b
README.md
@@ -139,6 +139,14 @@ cd examples/benchmarking
139
python run_quickstart_tabarena.py
140
```
141
142
+### Install from GitHub / TabArena as a dependency
143
+
144
+You can install TabArena from GitHub or as a dependency by using:
145
146
+```
147
+ "tabarena @ git+https://github.com/autogluon/tabarena.git#subdirectory=tabarena"
148
149
150
# Downloading and using TabArena Artifacts
151
152
Artifacts will by default be downloaded into `~/.cache/tabarena/`. You can change this by specifying the environment variable `TABARENA_CACHE`.
0 commit comments