Updated README example output

Signed-off-by: Maisam Arif <maisarif@amd.com>
Change-Id: I45e7ecea022a028501f381fea4291bf78cc4494b


[ROCm/amdsmi commit: 962e217d08]
Bu işleme şunda yer alıyor:
Maisam Arif
2024-04-30 19:13:46 -05:00
ebeveyn 30ffa6feb0
işleme ce70355201
+2 -7
Dosyayı Görüntüle
@@ -3367,13 +3367,8 @@ Example:
```python
try:
devices = amdsmi_get_processor_handles()
if len(devices) == 0:
print("No GPUs on machine")
else:
for device in devices:
version = amdsmi_get_lib_version()
print(version)
version = amdsmi_get_lib_version()
print(version)
except AmdSmiException as e:
print(e)
```