Joly0
Joly0
> `clinfo` shows OpenCL devices, not ROCm devices. Try running `/opt/rocm/bin/rocminfo` Hm, i cant find that executable. Which package should it come installed with?
Hm, i have a jellyfin container, that has working rocm on the same host, so i expect it to work for koboldai aswell. Will have to take a look into...
Hm, i see they rocm 5.4 or so, thats installed in the docker aswell, but the pytorch library uses 5.2, not sure if this might be an issue aswell. Will...
Ok, i think i got it working. Replaced these two lines: - --extra-index-url https://download.pytorch.org/whl/rocm5.2 - torch==1.13.1+rocm5.2 with these two lines: - --extra-index-url https://download.pytorch.org/whl/rocm5.4.2 - torch==2.0.0+rocm5.4.2 in the rocm.yml file reran...
Hey, i am going to look into the output option. I think i just forgot to apply the final file name if it was set via that option. Regarding help...
> Hahaa. Dont' do it in parallel. ;-) The way I did it https://github.com/hollowaykeanho/Upscaler/issues/1 was a worker scheduling method in Unix. I cooked my laptop once before filing that issue....
> Really appreciate someone putting some effort into a CLI version for this. I would love to work on some PRs myself but I just don't have the time right...
> That would be great. BTW, I thought I had answered to @hollowaykeanho mentioning I wasn't on Windows so I didn't think any `powershell scripting` would be the issue here....
Hey, thats probably an issue with this line of code https://github.com/hollowaykeanho/Upscaler/blob/9ba0c87bc79ab4598366ee3fd12b07cedda86cda/init/windows.ps1#L331 Could you please adjust it to this: Powershell.exe -NoProfile -Command "Get-Help `"$PSScriptRoot\windows.ps1`"" Otherwise running start.cmd without any parameters just...
My bad, github made some characters disappear. You have to enter this code: ``` Powershell.exe -NoProfile -Command "Get-Help `"$PSScriptRoot\windows.ps1`"" ```