From e9ac7c42c53ab1287e0e223466c579449f12f918 Mon Sep 17 00:00:00 2001 From: Nick Dat Le Date: Mon, 1 Apr 2024 19:46:38 -0700 Subject: [PATCH] Updated requirements and README.md to use python 3.11 --- README.md | 11 +++++++---- requirements.txt | 9 +++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a3c897c..590f826 100644 --- a/README.md +++ b/README.md @@ -64,18 +64,21 @@ Notably, we show that time series analysis (e.g., forecasting) can be cast as ye

## Requirements -- accelerate==0.20.3 +Use python 3.11 from MiniConda + +- torch==2.2.2 +- accelerate==0.28.0 - einops==0.7.0 - matplotlib==3.7.0 - numpy==1.23.5 - pandas==1.5.3 - scikit_learn==1.2.2 -- scipy==1.5.4 -- torch==2.0.1 +- scipy==1.12.0 - tqdm==4.65.0 - peft==0.4.0 - transformers==4.31.0 -- deepspeed==0.13.0 +- deepspeed==0.14.0 +- sentencepiece==0.2.0 To install all dependencies: ``` diff --git a/requirements.txt b/requirements.txt index d0fe18b..a4a3f2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,13 @@ -accelerate==0.20.3 +torch==2.2.2 +accelerate==0.28.0 einops==0.7.0 matplotlib==3.7.0 numpy==1.23.5 pandas==1.5.3 scikit_learn==1.2.2 -scipy==1.5.4 -torch==2.0.1 +scipy==1.12.0 tqdm==4.65.0 peft==0.4.0 transformers==4.31.0 -deepspeed==0.13.0 +deepspeed==0.14.0 +sentencepiece==0.2.0