Skip to content

Commit

Permalink
update dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaohanZhangCMU committed Aug 14, 2024
1 parent 5fa2943 commit c782654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebooks/validate_and_tokenize_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@
"outputs": [],
"source": [
"%pip install --upgrade --no-deps git+https://github.com/mosaicml/llm-foundry.git@byod/data_validation\n",
"%pip install 'mosaicml[libcloud,wandb,oci,gcs]>=0.20.1,<0.21'\n",
"%pip install 'mlflow>=2.10,<3'\n",
"%pip install 'transformers>=4.38.2,<4.39'\n",
"%pip install \"mosaicml-streaming>=0.7.4,<0.8\"\n",
"%pip install 'mosaicml[libcloud,wandb,oci,gcs]>=0.23.4,<0.24'\n",
"%pip install 'mlflow>=2.14.1,<2.16'\n",
"%pip install 'transformers>=4.43.2,<4.44'\n",
"%pip install \"mosaicml-streaming>=0.8.0,<0.9\"\n",
"%pip install -U datasets\n",
"%pip install omegaconf\n",
"%pip install einops\n",
Expand Down

0 comments on commit c782654

Please sign in to comment.