Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FNsi authored Oct 28, 2024
1 parent d7250ce commit c1bb3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/packages/chaiNNer_onnx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
f"{general} {conversion} It is fastest when CUDA is supported. If TensorRT is"
" installed on the system, it can also be configured to use that."
)
inst_hint = f"{general} It does not support AMD GPUs."
inst_hint = f"{general} It does not support AMD GPUs, in linux."


def get_onnx_runtime():
Expand All @@ -39,7 +39,7 @@ def get_onnx_runtime():
else:
return Dependency(
display_name="ONNX Runtime",
pypi_name="onnxruntiml",
pypi_name="onnxruntime",
version="1.17.1",
size_estimate=6 * MB,
}
Expand Down

0 comments on commit c1bb3a2

Please sign in to comment.