how to exclude file in "original" folder while model download
#122
by
meetzuber
- opened
Hi
when I am tring to run gpt-oss model using vllm, it downloads model from hugging face. it also download original folder which takes too much time and also consume additional disk space. original folder is not used while inferencing the model.
Please suggest work around for this.
Thanks