glenneroo
glenneroo
I am also getting the same error trying to scan a QR code of google authenticator export in order to import my 2FA codes: ``` An error occurred Unable to...
Never heard of it :)
Did you push the update to the Firefox plugin or do I have to manually install the css file somewhere? I tried via Firefox update mechanism but it says there...
I'm on 20.4.4 and it's still unfortunately the same. Did you set your FireFox to dark theme? Otherwise I guess it's one of my many extensions.
Half the battle of fixing bugs is being able to reproduce them ;) Firefox 74.0.1 on Windows 10. Here's a list of my extensions: Name Version Amazon.com 1.1 Bing 1.1...
Still unfortunately happening on my end with 20.4.14 and after restarting my browser.
This issue is also related to a DarkReader firefox addon bug-report I just submitted: https://github.com/darkreader/darkreader/issues/5512#issuecomment-817168290 After disabling Refined-Hacker-News, I can once again read code blocks normally, which are otherwise white...
I was able to help @Regmas2 resolve the issue by creating a new conda venv, followed by: pip install torch==1.13.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117 pip install --upgrade Pillow pip install -e ....
To reduce VRAM usage, you can change max_batch_size in the following method in e.g. llama/example.py: `ModelArgs(max_seq_len=1024, max_batch_size=32, **params)` These are my test results: max_batch_size | VRAM usage -- | --...
> Thanks, this worked for me too! For anyone else: don't forget to clone into the "repositories" sub-directory.