Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DaCeige

Members
  • Joined

  • Last visited

Everything posted by DaCeige

  1. AMD Ryzen AI 9 HX PRO 370 w/ Radeon 890M @ 2000 MHz + Radeon Top Plugin In particular try adding one or both of these environment variables.... -e 'HSA_OVERRIDE_GFX_VERSION'='11.0.0' -e 'ROCR_VISIBLE_DEVICES'='0' As well as passing through the /dev/kfd and /dev/dri devices. docker run -d --name='ollama' --net='bridge' --pids-limit 2048 -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="UNRAID" -e HOST_CONTAINERNAME="ollama" -e 'OLLAMA_ORIGINS'='*' -e 'HSA_OVERRIDE_GFX_VERSION'='11.0.0' -e 'ROCR_VISIBLE_DEVICES'='0' -p '11434:11434/tcp' -v '/mnt/user/appdata/ollama':'/root/.ollama':'rw' --device='/dev/kfd' --device='/dev/dri' 'ollama/ollama:rocm' ime=2025-12-10T04:00:45.107Z level=INFO source=types.go:42 msg="inference compute" id=0 filter_id=0 library=ROCm compute=gfx1100 name=ROCm0 description="AMD Radeon Graphics" libdirs=ollama,rocm driver=60342.13 pci_id=0000:cd:00.0 type=iGPU total="8.0 GiB" available="7.9 GiB" time=2025-12-10T04:00:45.107Z level=INFO source=routes.go:1638 msg="entering low vram mode" "total vram"="8.0 GiB" threshold="20.0 GiB" Doesnt' seem to want to dynamically assign more memory on demand... going to go into the bios and assign more memory do more testing. But def seems to be using the GPU.
  2. +1 for this. Trying to get OpenRGB to work on an ASUS - ROG Gaming Desktop / G15CE-B9 Motherboard reports itself as: ASUSTeK COMPUTER INC. G15CE , Version 1.0 American Megatrends Inc., Version G15CE.215 https://www.bestbuy.com/site/asus-rog-gaming-desktop-intel-core-i7-11700f-16gb-memory-nvidia-geforce-rtx-3070-1tb-hdd-512gb-ssd/6455823.p?skuId=6455823 Started with the OpenRGB patch and docker container from the app store. Had to change port 5900 to 5901 to make the container start. Nothing detected. Little digging... ok... lets start over... Loaded the openRGB patch, which enabled /dev/i2c-0 and /dev/i2c-1 (I can ls for them now) ran sensors-detect from the cli. yes to everything. >sensors-detect ... Now follows a summary of the probes I have just done. Just press ENTER to continue: Driver `coretemp': * Chip `Intel digital thermal sensor' (confidence: 9) Driver `nct6775': * ISA bus, address 0x290 Chip `Nuvoton NCT6798D Super IO Sensors' (confidence: 9) Found the nct6775 driver in the app store and loaded it too. Run the container... nothing found. Lets try passing some more stuff through... /sys/bus/i2c/devices /dev/i2c-0 /dev/i2c-1 <- added from the default /dev/bus/usb/001/002 <- added from the default based on the usb device of the aura led controller. IDK... maybe? Docker page said it should just see the USB ports... but maybe the 'USB Manager' plugin I have is conflicting somehow? Tried passing through the USB device, but that didn't seem to work either. Found another page that mentioned a kernel parameter for laxacpidevices or something, tried that... still no go. OpenRGB container starts up, but shows an empty page, nothing detected. Not getting anywhere. Let us know if you have more luck!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.