Skip to content

Commit

Permalink
correcy typo
Browse files Browse the repository at this point in the history
Signed-off-by: Srikanth Ramakrishna <[email protected]>
  • Loading branch information
sramakintel committed Aug 13, 2024
1 parent 8b0a748 commit d318356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ services:
extends: ipex-base
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-hf-${HF_VERSION:-4.41.2}
command: >
bash -c "python-c 'import transformers; print(transformers.__version__)'"
bash -c "python -c 'import transformers; print(transformers.__version__)'"

0 comments on commit d318356

Please sign in to comment.