0cc4m / KoboldAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find the path specified & No module named 'hf_bleeding_edge' when trying to start.

TheFairyMan opened this issue · comments

Hello, first time trying out this branch, while normal KoboldAI works and so does ooabooga, this one I'm getting some errors that I have no idea what they could be nor how to fix it.

Everything has been installed as per usual, Windows 10 user.

This si the error I get when opening the "play.bat" to start the server:

The system cannot find the file specified.
Runtime launching in B: drive mode
The system cannot find the path specified.
Colab Check: False, TPU: False
Traceback (most recent call last):
  File "C:\Users\TheFairyMan\OneDrive\Documentos\AI-DIFFUSIONS\KoboldAI\aiserver.py", line 604, in <module>
    from modeling.inference_models.hf_torch_4bit import load_model_gptq_settings
  File "C:\Users\TheFairyMan\OneDrive\Documentos\AI-DIFFUSIONS\KoboldAI\modeling\inference_models\hf_torch_4bit.py", line 12, in <module>
    from transformers import GPTNeoForCausalLM, AutoTokenizer, LlamaTokenizer
ImportError: cannot import name 'LlamaTokenizer' from 'transformers' (C:\Users\TheFairyMan\AppData\Local\Programs\Python\Python310\lib\site-packages\transformers\__init__.py)

And then it never opens and just cancels, I have no diea which path it's refering to and no idea what to do about the Llama tokenizer problem.

commented

I have the same issue
It looks like it's not finding the B: drive somehow

image

I think that's because the play.bat is searshing on somewhere that doesn't exists
there is no B:\python\condbin after the installation
image

the B drive is a temporary drive it creates upon startup unless you chose the other option (which didn't work for me for the normal KoboldAI client, so that one also sues temp B: Drive), so it's location does exist, unless the files in there doesn't, even attempting to run the play.bat with the B: drive already open, it gives that error

commented

Yeah, B: exists, but B:\python\condbin doesn't, and that's what play.bat is searshing for, and that's the reason we both have the "The system cannot find the file specified"
image

Ah indeed, seems to be something that is from this version only then, the KoboldAI Client doesn't search for such, nor does that folder exists inside the B drive.
I wonder what we have to install in there to get it to work, or if we have to install it elsewhere inside the KoboldAI folder.

commented

@TheFairyMan I think I found the solution, you have to install everything on powershell, not cmd, and that way you get the condbin folder

@TheFairyMan I think I found the solution, you have to install everything on powershell, not cmd, and that way you get the condbin folder

Thanks, seems to have progressed a little, but now I get a new error about "hf_leeding_edge" and path not found still.

The system cannot find the file specified.
Runtime launching in B: drive mode
The system cannot find the path specified.
Colab Check: False, TPU: False
Traceback (most recent call last):
  File "D:\KoboldAI\aiserver.py", line 604, in <module>
    from modeling.inference_models.hf_torch_4bit import load_model_gptq_settings
  File "D:\KoboldAI\modeling\inference_models\hf_torch_4bit.py", line 13, in <module>
    from hf_bleeding_edge import AutoModelForCausalLM
ModuleNotFoundError: No module named 'hf_bleeding_edge'
commented

you should delete everything and then redo everything on the powershell

git clone https://github.com/0cc4m/KoboldAI -b latestgptq --recurse-submodules
cd KoboldAI
.\install_requirements.bat

Yes, I redid the entire installation from zero.

commented

It's a shame it didn't work for you, I hope you'll find the solution soon, maybe try with the subfolder, to make it work you must have 0 empty space on your path

For example D:/Kobold AI won't work, but D:/KoboldAI would do

Installed everything again and tried the subfodler option, got same error about hf_bbleeding_edge.
My guess si that it's part of a missing module that isn't getting installed, but I have no diea about the proper module's name to install it and see if it works.

commented

@TheFairyMan I think I found the solution, you have to install everything on powershell, not cmd, and that way you get the condbin folder

Thanks, seems to have progressed a little, but now I get a new error about "hf_leeding_edge" and path not found still.

The system cannot find the file specified.
Runtime launching in B: drive mode
The system cannot find the path specified.
Colab Check: False, TPU: False
Traceback (most recent call last):
  File "D:\KoboldAI\aiserver.py", line 604, in <module>
    from modeling.inference_models.hf_torch_4bit import load_model_gptq_settings
  File "D:\KoboldAI\modeling\inference_models\hf_torch_4bit.py", line 13, in <module>
    from hf_bleeding_edge import AutoModelForCausalLM
ModuleNotFoundError: No module named 'hf_bleeding_edge'

The fact you have a Runtime launching in B: drive mode -> The system cannot find the path specified. means you still don't have the condbin folder right?

No, it still wasn't there, thou the subfolder option also gave the "The system cannot find the path specified." error, so it must not e creating it inside whatever subfodler it is using as well.

Did yours create the condbin folder when u ran it through powershell?

commented

Yeah, when I ran the commands through powershell, it magically created the condbin folder, you know what, I can give that to you and you try to see if it works (you put it on the miniconda3 folder)
https://www.dropbox.com/s/7r9sqnln2h7cfco/New%20Archive%20WinRAR%20ZIP.zip?dl=0

Yeah, when I ran the commands through powershell, it magically created the condbin folder, you know what, I can give that to you and you try to see if it works (you put it on the miniconda3 folder) https://www.dropbox.com/s/7r9sqnln2h7cfco/New%20Archive%20WinRAR%20ZIP.zip?dl=0

Still getting same error about path not found, but seems like it's executing conda because everytime it creates a new folder in B: called "conda-1195" and the last 4 digits are random each time.
but the error is still the same.

commented

This one is for the subfolder, not B: try to see if that changes anything

This one is for the subfolder, not B: try to see if that changes anything

Oh, sorry for the misunderstanding, i'll try again.

it worked, but new error...
image
also, I can see that it isntalled bleeding edge right aove, no idea why it can't find it.

The system cannot find the file specified.
Runtime launching in subfolder mode
'"D:\Large-Language-Models\KoboldAI\umamba.exe"' is not recognized as an internal or external command,
operable program or batch file.
Colab Check: False, TPU: False
Traceback (most recent call last):
  File "D:\KoboldAI\aiserver.py", line 604, in <module>
    from modeling.inference_models.hf_torch_4bit import load_model_gptq_settings
  File "D:\KoboldAI\modeling\inference_models\hf_torch_4bit.py", line 13, in <module>
    from hf_bleeding_edge import AutoModelForCausalLM
ModuleNotFoundError: No module named 'hf_bleeding_edge'
commented

I think I just double clicked on play.bat, I'm not using powershell anymore for that

Didn't work either, one of the Koboldai devs said on discord it might be because of my system language, since he saw people in the past with a similar problem and they fixed by changing system language, gonna have to try it later... problem is that ti'll mess up a big part of my pc

EDIT: didn't work, I still get the same error, I tested using English (US) locale and language.

Update, it's working now, one of the KoboldAI devs Henky helped me and was very throughout with it.
Turns out my problem is that I had Conda and Python installed and they were hijacking his own conda and not letting it work.

if you ever typed conda init, you botched your system to always hijack it whenever you start a cmd window, to stop it, you need to open Regedit and go to Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Command Processor and look if there is something else in that folder set to initialize the conda and miniconda.

As for the Python hijacking one (which also happens in PowerShell, thus why for me it still wasn't working) it is very complex, I forgot some parts on how to do it and dev helped me by making customized .bat to take care of it, and the dev said he'll try to find a solution for people in this specific case where it'll check if they have a python/conda hijacking the calls and switch them around for the proper one.
Turns out my case was like a 0.001% specific case since I had multiple things hijacking the calls XD

Anyways, I think I can close this thread and thank Henky a lot for his time and help, if anybody finds themselves in the same situation as me, where no matter what you do it never works, and need some help I could try going through what he thought me and see if it works.