-
https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.
XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG
- Joined on
2022-10-10
Naisu. Added the setup script for bitsandbytes-rocm in e205322c8db1808e063ea10f3154dd006ff08395. Technically you can delete bitsandbytes-rocm afterwards, as the compiled .egg gets copied over.
Alrighty, I've successfully cobbled together my dedicated Linux + AMD system. Seems it's a bit of a chore to compile bitsandbytes-rocm. I might need to host a fork here with a slightly edited…
Something something you need to semi-manually update tortoise-tts as the way you have it installed is funny.
cd tortoise-tts
git pull
cd ..
.\venv\Scripts\activate.bat
python -m pip…How strange.
It's not related to the training itself, but rather parsing the stdout output from the training process itself back to the web UI.
I'll need to play around with it, but I…
fatal: not a git repository (or any of the parent directories): .git
So it's what I said earlier:
My guess is you somehow downloaded this repo as a ZIP and don't actually have git…
I guess I'll need to have the setup script do that. For now I'll just have it uninstall bitsandbytes when installing through ROCm, and tomorrow I should be able to get something cobbled to set it up.
Updated the setup script so it should stay open if you ran it from Windows Explorer and not a Command Prompt.
Naisu, I'll edit the setup-rocm.sh install script to have it install that.
If you want to be a guinea pig, run:
source ./venv/bin/activate
pip3 uninstall bitsandbytes
pip install git+https://github.com/broncotc/bitsandbytes-rocm
deactivate
It's a…
Ah, I wonder what specifically caused it. Oh well, it's squashed with time.
Incidentally, I'm cobbling together a dedicated Linux + AMD system to do my GPU workloads on; I have a lead on…