Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Dec 12, 2024
1 parent af8b250 commit 0163715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_txi/text_generation_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __post_init__(self) -> None:
self.image = "ghcr.io/huggingface/text-generation-inference:3.0.1-rocm"
else:
LOGGER.info("\t+ Using image version 3.0.1 for Text-Generation-Inference")
self.image = "ghcr.io/huggingface/text-generation-inference:3.0.1"
self.image = "ghcr.io/huggingface/text-generation-inference:3.0.1-intel-cpu"

if is_rocm_system() and "rocm" not in self.image:
LOGGER.warning("\t+ You are running on a ROCm AMD GPU system but using a non-ROCM image.")
Expand Down

0 comments on commit 0163715

Please sign in to comment.