isAXuan
Results
1
issues of
isAXuan
### Describe the bug llmlingua-2 model is downed in hugging facing code: ``` self.llm_lingua = PromptCompressor( model_name="/home/webservice/llm/compressFromNet/llmlingua-2-xlm", use_llmlingua2=True, # Whether to use llmlingua-2 ) compressed_prompt = self.llm_lingua.compress_prompt( context, # context...
bug