Skip to content

Commit

Permalink
Fix MT tutorial to run on Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit committed Oct 17, 2024
1 parent 7002911 commit c8e2423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/machine_translation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install sil-machine[huggingface,thot]"
"%pip install sil-machine[thot]\n",
"%pip install transformers==4.34.0 datasets sacremoses accelerate==0.26.1 gcsfs==2023.3.0"
]
},
{
Expand Down

0 comments on commit c8e2423

Please sign in to comment.