Skip to content

Commit 7f5211a

Browse files
committed
known issues
1 parent 7b9e06b commit 7f5211a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/docs/features/ml-hardware-acceleration.md

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ You do not need to redo any machine learning jobs after enabling hardware accele
4545
#### ROCm
4646

4747
- The GPU must be supported by ROCm. If it isn't officially supported, you can attempt to use the `HSA_OVERRIDE_GFX_VERSION` environmental variable: `HSA_OVERRIDE_GFX_VERSION=<a supported version, e.g. 10.3.0>`.
48+
- The ROCm image is quite large and requires at least 35GiB of free disk space. However, pulling later updates to the service through Docker will generally only amount to a few hundred megabytes as the rest will be cached.
49+
- This backend is new and may experience some issues. For example, GPU power consumption can be higher than usual after running inference, even if the machine learning service is idle. In this case, it will only go back to normal after being idle for 5 minutes (configurable with the [MACHINE_LEARNING_MODEL_TTL](/docs/install/environment-variables) setting).
4850

4951
#### OpenVINO
5052

0 commit comments

Comments
 (0)