Michael Bushey

Results 36 comments of Michael Bushey

> # rungptforallongpu.py @benninkcorien Looks like you're way ahead of me at trying to run this on a GPU. Where did you find this `rungptforallongpu.py` file? It's not in either...

> transformers-cli download decapoda-research/llama-7b-hf No idea what `transformers-cli` is.. Does anyone have a URL?

I was able to DL the llama files with: ``` pacman -Suy git-lfs ## package install for Arch Linux, like rpm or apt git lfs install git clone https://huggingface.co/decapoda-research/llama-7b-hf git...

> The problem is that you're trying to use a 7B parameter model on a GPU with only 8GB of memory. I have an RTX3090 with 24GB of VRAM, and...

My collection is single file Flac w/Cue. If I can test anything or provide feedback please let me know. I just saw this project today on HackerNews. I'm really impressed...

The way I get around this is I have a config file that contain character replacements: ``` title_tr: ":": "꞉" "*": "∗" "?": "﹖" "/": "∕" "\\": "⧵" "|": "ǀ"...