Files
timesfm/environment.yml
T
tanmayshishodia 71d980267d add parameter efficient finetuning pipeline
Why? this commit adds a generic finetuning pipeline with LoRA and DoRA support
2024-07-16 01:26:36 +00:00

21 lines
288 B
YAML

name: ok_tfm_env
channels:
- conda-forge
- defaults
- anaconda
dependencies:
- jupyterlab
- pip
- python=3.10
- pip:
- huggingface_hub[cli]
- utilsforecast
- praxis
- paxml
- jax[cuda12]==0.4.26
- einshape
- scikit-learn
- typer
- wandb