bitterspeed
bitterspeed
### System Info ```shell transformers[torch]==4.33.2 onnxruntime 1: /Users/goodspeed/Downloads/transformers.js-main/scripts/myenv/lib/python3.11/site-packages/transformers/models/llama/modeling_llama.py:119: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of...
### Issue description Electron crashes when loadModel finishes loading (beta) ### Expected Behavior After loading a model using this code and trying to create a context, I'd expect there not...
### Model description Hi all, I'm attempting to convert [Llama-3](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) to ONNX format. ### Prerequisites - [X] The model is supported in Transformers (i.e., listed [here](https://huggingface.co/docs/transformers/index#supported-models-and-frameworks)) - [X] The model...