Huang, Tai
Huang, Tai
No plan to claim formal support on ARC due to limited scope of validation. Close this issue for now.
No further plan or discussion in this thread, close it for now
we haven't heard back for a while, let's close it for now. Feel free to reopen if you need more help. Thank you!
Hi @emanbaeman, Thanks for reporting the issue. I tried to reproduce it in my environment (Intel(R) Xeon(R) Gold 6336Y, Linux), the model can be saved correctly after tuning complete, I...
You can refer to following sample code for model loading ``` import os from transformers import ( AutoTokenizer, AutoModelForSeq2SeqLM, ) tokenizer = AutoTokenizer.from_pretrained('t5-small') model = AutoModelForSeq2SeqLM.from_pretrained('t5-small') model.resize_token_embeddings(len(tokenizer)) from neural_compressor.utils.pytorch import...
we haven't heard back for a while, let's close it for now. Feel free to reopen if you need more help. Thank you!
conv1d support [PR](https://github.com/intel/neural-compressor/pull/1796) was merged