Skip to content

Commit

Permalink
Update run_inference_huggingface.ipynb (#32488)
Browse files Browse the repository at this point in the history
use the latest transformer 4.44.2
  • Loading branch information
liferoad authored Sep 17, 2024
1 parent c4e2e95 commit 85581a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/notebooks/beam-ml/run_inference_huggingface.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"source": [
"!pip install torch --quiet\n",
"!pip install tensorflow --quiet\n",
"!pip install transformers==4.30.0 --quiet\n",
"!pip install transformers==4.44.2 --quiet\n",
"!pip install apache-beam[gcp]>=2.50 --quiet"
]
},
Expand Down Expand Up @@ -531,4 +531,4 @@
]
}
]
}
}

0 comments on commit 85581a3

Please sign in to comment.