andytan0051
andytan0051
I installed the framework using pip and somehow received this error while following the documentation.  ```python from trustllm.generation.generation import LLMGeneration llm_gen = LLMGeneration( model_path="'mistralai/Mistral-7B-Instruct-v0.1'", test_type="truthfulness", data_path="dataset", online_model=False, use_deepinfra=False, use_replicate=False,...
### Do you need to ask a question? - [x] I have searched the existing question and discussions and this question is not already answered. - [x] I believe this...