Supported models

@regisss
Tried running the following, note that model_dir Is just a local path to my model directory

optimum-cli export neuron \
--model ./model_dir \
--batch_size 128 \
--sequence_length 8000 \  
model_dir_neuron/
1 Like