-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ The repository includes a Makefile to streamline the process of running experime | |
|
||
## Getting Started | ||
|
||
1. **Prepare Data**: Ensure your Parquet files are in `/data`. | ||
1. **Prepare Data**: Ensure your Parquet files are in `/data`. If you want access to the original datasets, please write to `[email protected]` with your use case. | ||
2. **Create conda environment**: Run `conda env create -f environment.yml` and activate the environment using `conda activate timegpt-benchmark`. | ||
3. **Run Benchmarks**: Use the Makefile commands to run evaluations and summarize results. | ||
|
||
|