EdwardJRoss
Results
2
comments of
EdwardJRoss
It seems that typedbytes isn't hosted on pypi. Try cloning [typedbytes](https://github.com/klbostee/typedbytes), installing that with setup.py and then installing dumbo.
You can pass `trust_remote_code=True` to `optimum-cli` with the flag `--trust-remote-code` So you could run: `optimum-cli export onnx --model deepseek-ai/DeepSeek-R1 --task causal-lm C:\DeepSeek-R1-Onnx --trust-remote-code`