Onnx conversion for gated models

Hi there

I was using the ONNX converter here: Export to ONNX - a Hugging Face Space by onnx.

Was trying for a gated model, being meta-llama/Llama-2-7b.

I’ve already been granted access, so assumed that if I used my token, it would recognise me. But I’m getting errors. Error: 403 Client Error: Forbidden for url: https://huggingface.co/api/models/meta-llama/Llama-2-7b/discussions?p=0 (Request ID: Root=1-650b9dc0-6efb6c423f4b8a8168104a79;a84ad9e7-9bcc-4be2-acaa-307942cd0ec9)

Is it possible to upgrade the ONNX exporter tool so it recognises my permissions for gated models?

Much appreciated