Skip to content
Discussion options

You must be logged in to vote

I was able to get Onetrainer up and running on ROCM 6.2, for anyone who might need a solution:

Before running the install.bat file (or if you already installed it just delete the "venv" folder), go to :\OneTrainer\modules\zluda and edit the ZLUDAinstaller.py file

In the HIP TARGETS line, rename 'hiprtc0507.dll' with 'hiprtc0602.dll'

In the urllib.request.urlretrieve line, paste the link to the latest version of ZLUDA from lshqqytiger
ZLUDA

In the same file, replace all references to ROCM 5.7 with 6.2

Here is my version of the ZLUDAinstaller.py file:

import ctypes
import os
import platform
import shutil
import urllib.request
import zipfile

RELEASE = f"rel.{os.environ.get('ZLUDA_HASH', '11…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@CutestEchidna
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by O-J1
Comment options

You must be logged in to vote
1 reply
@CutestEchidna
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
4 participants
Converted from issue

This discussion was converted from issue #911 on July 09, 2025 07:26.