Starting up the model
#1
by
MQXR
- opened
Hey, I hope you are doing well,
I have installed the folder using these commands (git lfs install, git clone https://huggingface.co/h2oai/h2ogpt-4096-llama2-70b-chat) and I have the folder installed successfully my question is how can I start using the model, I have used previously this command (python generate.py --base_model='h2ogpt-4096-llama2-70b-chat' --score_model=None --langchain_mode='UserData' --user_path=user_path) to start another model can I do the same here?