mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Fix TF pipeline job
This commit is contained in:
parent
500fce073b
commit
cfab34e188
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ pipelines_tf_job = CircleCIJob(
|
|||
"pipelines_tf",
|
||||
additional_env={"RUN_PIPELINE_TESTS": True},
|
||||
install_steps=[
|
||||
"sudo apt-get -y update && sudo apt-get install -y cmake",
|
||||
"pip install --upgrade pip",
|
||||
"pip install .[sklearn,tf-cpu,testing,sentencepiece,vision]",
|
||||
"pip install tensorflow_probability",
|
||||
|
|
|
|||
Loading…
Reference in a new issue