Makefile 332 Bytes
Newer Older
bailuo's avatar
readme  
bailuo committed
1
2
3
4
5
6
7
8
9
download_lag_llama_code:
	@git clone https://github.com/time-series-foundation-models/lag-llama tempdir
	@cp -R tempdir/data/ .
	@cp -R tempdir/gluon_utils/ .
	@cp -R tempdir/lag_llama/ .
	@rm -rf tempdir

download_data:
	@aws s3 sync s3://nixtla-foundational-time-series/data nixtla-foundational-time-series/data --no-sign-request