Todsaporn Banjerdkit
Todsaporn Banjerdkit
I can reproduce this on `wmr, 3.8.0` by just ```shell yarn create wmr hello-preact-wmr yarn build ``` It's 60-70% chance to get `SIGSEGV` (this one hit at first try, i'm...
Here's silly question; where's `main.py` ? And which model you used for the test?
Not sure this one is related (as opposed to pickle)? https://github.com/huggingface/safetensors#yet-another-format- Sorry if it's not, I'm try to catch up here not quite on the same page yet 🤯.
So it look something like this am i right? maybe we should add this to some md file for new comer(me!). 🤔 ```mermaid graph TD; A("PyTorch") --"1️⃣/2️⃣ export_state_dict_checkpoint.pyPyTorch model checkpoints (pth)"-->...
@imaybebatman try `docker-compose down` to clear old mess and then `docker-compose up` if you want `geth` and `netstats`
@ibanezje it's different issue you hit, you have to comment out or adjust `docker-compose.yml` at this line ``` - /etc/localtime:/etc/localtime:ro ``` to be ``` # - /etc/localtime:/etc/localtime:ro ``` Same for...
@kemenesbalazs you should open new issue, try `docker system prune` and rebuild, if it not work try other machine ;)
Downgrade break a lot for me so I decide to upgrade instead and confirm working via 4090. ``` python: 3.10.11 • torch: 2.0.0+cu118 • xformers: 0.0.19 • gradio: 3.23.0 • ...
Here's from my output got `Agent stopped due to iteration limit or time limit.` from ```python input = "Get the category for comment 8885404" agent_executor.run(input) ``` output ``` > Entering...
I can't believe this feature is (still) not exist 😱.