AIoT-MLSys-Lab / SVD-LLM

Official Code for "SVD-LLM: Truncation-aware Singular Value Decomposition for Large Language Model Compression"
https://arxiv.org/abs/2403.07378
Apache License 2.0
81 stars 7 forks source link

Compressed Model Produces Random and Repetitive Output - Request for Compressed Weights #9

Closed codeit1792 closed 2 months ago

codeit1792 commented 2 months ago

Description When running the code, we successfully obtain a compressed model. However, when prompted with an input, the model generates random and repetitive outputs, often repeating the same letters or phrases. This significantly impacts the usability and reliability of the model.

Request What could be the reason for this issue? Could you please share your compressed weights to help diagnose and resolve the problem?

Thank you!

tuidan commented 2 months ago

Hi, thanks for your questions!