Victor Nogueira

Results 99 comments of Victor Nogueira

Yeah!! Looks great! But it seems it's not open for join-requests :D Alternatively, you can invite [me](https://huggingface.co/Felladrin) directly!

By the way, Xenova, have you thought about the name format you're planning to use for the models uploaded to ONNX Community? `onnx-community/--ONNX`? (e.g. `onnx-community/EleutherAI-pythia-14m-ONNX`)

> @xenova Xenova is currently overwhelmed with the release of v3, but will for sure review your PR as soon as possible. Don't worry, your PR won't be left behind.

Sorry it hasn't been merged yet, @axrati. But only Xenova can make it.

Ah, nice! Using that command made it generate some more files. But the command exited with the following exception: ``` During handling of the above exception, another exception occurred: Traceback...

Thanks for your work on this lib! The pipeline didn't work for `lmsys/fastchat-t5-3b-v1.0`, although all the files were there. When running transformers.js in Node, and it's exiting with the following...

Hi there. I'm still reading about MasterServer before using it, but I've seen your question, and here is an idea. How about registering a cron job to call this script...

It seems the issue started happening after this commit on the Relax repo: https://github.com/mlc-ai/relax/commit/6d085ae6f019abfd7da68419a0237cd5ee043b01 After that commit, running `make web` displays the warnings: ``` warning: undefined symbol: _ZN3tvm7runtime15NVTXScopedRangeC2EPKc (referenced by...

It happens because you can't access `crypto` in the browser when running through `http` (insecure context). Note that this rule doesn't apply for `http://localhost` nor `http://127.0.0.1`. And by your screenshot,...