lewislovelock

Results 5 comments of lewislovelock

what if my baichuan is at my local machines? i got the same error like this. If i add ```trust_remote_code=True```, it will load my```/root/.cache/huggingface/modules/transformers_modules/```to find baichuan.

after use the latest version of LMFlow in main which commit id is ```c530a6f28de94f3b83a2a4b4ff4dbc96529c0503```, and i reinstalled my env by ```pip install -r requirements.txt```, now i am able to fine...

i have the same error on running ./scripts/run_chatbot.sh ``` AttributeError: 'InferencerArguments' object has no attribute 'max_new_tokens' ``` the command is ``` ./scripts/run_chatbot.sh {output_model_path} ```

> Could you run `git pull` and try it again? > > Thank you I find it was the docker container problem lol. Thank you!