Carl Kenner

Results 90 comments of Carl Kenner

> works fine for me on a quick test, can anyone else confirm it's borked? The bug was in this line: ```python model_key = str(device) + f"__{model_type}" ``` It has...

I had this problem on my GTX 970. I tried adding this code to preload the models before generating audio: `preload_models(text_use_gpu=False, text_use_small=True, coarse_use_gpu=False, coarse_use_small=True, fine_use_gpu=False, fine_use_small=True, codec_use_gpu=False)` But it still...

> Hello, I really love the project and the progress the team is making but is there a way to make use of my voice rather than using the voice...

> @oobabooga can we choose what instruction format to run? Yes, just scroll down on the chat page and set the mode to instruct and then there should be a...

It should (in theory) now automatically detect Vicuna v0 and Vicuna v1.1 models based on the filenames.

> Are you sure the WizardLM instruction following is correct? No. I'm not sure. > Maybe it's the "You" that is added for the user's name. I don't think it...

> I want to merge this PR asap, but I have to test it first. Very wise. I struggle to test things because I only have a 4GB GTX 970,...

Why doesn't it give the error `Can't determine model type from model name. Please specify it manually using --model_type argument`? BTW, WizardLM requires instructions to be in a specific format....

I fixed that error in my pull request. But like the error message says, you can add `--model_type llama` to the command line parameters inside `start-webui.bat` or in `webui.py` if...

I'm not really sure what you mean. Are you talking about training a model on that dataset? If not, you are on the wrong track. The dataset values aren't passed...