corienb

Results 12 comments of corienb

Same. Painless install. Will explore some modules tomorrow, but really happy so far!

Same issue. Windows 10, Tesseract3 is installed and in my System PATH.

rate_limit_seconds in praw.ini didn't help me. I added a few time.sleep(4) to shredder.py so that it sleeps for 4 seconds after each edit. That seems to have fixed it. It...

I installed everything today, but didn't check the praw version in requirements.text - will see if I can update, thank you! Edit - went from v5x to v7x ... I've...

Full error message: Traceback (most recent call last): File "F:\LanguageCodeNLP\AITextGen\trainwithgpu.py", line 33, in ai.train(data, batch_size=8, num_steps=50000, generate_every=5000, save_every=5000) File "C:\Users\Corien\AppData\Local\Programs\Python\Python310\lib\site-packages\aitextgen\aitextgen.py", line 752, in train trainer.fit(train_model) File "C:\Users\Corien\AppData\Local\Programs\Python\Python310\lib\site-packages\pytorch_lightning\trainer\trainer.py", line 696, in...

I manage to resolve the error on the google colab by running this: !pip install -qq pytorch-lightning==1.7.0 transformers==4.21.3 aitextgen==0.6.0 Please do let me know if it also solves your issue...

Thank you for your answer! I have all pip packages that are required installed (I think torch 2.0.0 is actually the latest version, see also https://pytorch.org/ ?) And that's the...

I don't think we can run GPT4all on GPU on Windows at this point. It seems to require the deepspeed package. And you can not install deepspeed on Windows, because...

in ingest.py replace the model with a smaller one # Create embeddings # instructor-xl gives out of memory error, use a smaller one, if you still get an error use...

It's also used in the run_localGPT.py file, so replace it there too embeddings = HuggingFaceInstructEmbeddings(model_name="hkunlp/instructor-large", model_kwargs={"device": device})