Thomas Schmitt
Thomas Schmitt
Hi, i try your example from the main page: ---- git clone https://github.com/neuralmagic/sparseml pip install -e "sparseml[transformers]" wget https://huggingface.co/neuralmagic/TinyLlama-1.1B-Chat-v0.4-pruned50-quant-ds/raw/main/recipe.yaml sparseml.transformers.text_generation.oneshot --model_name TinyLlama/TinyLlama-1.1B-Chat-v1.0 --dataset_name open_platypus --recipe recipe.yaml --output_dir ./obcq_deployment --precision float16...
Hi, i am not able to save the pruned model for further evaluation. I am using the --save_model argument, which I found in the main.py script but this is saving...