zilongpa commited on
Commit
c7e7537
1 Parent(s): c0da72d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app_4bit_ggml.py +1 -1
app_4bit_ggml.py CHANGED
@@ -15,7 +15,7 @@ parser = argparse.ArgumentParser()
15
 
16
  DEFAULT_SYSTEM_PROMPT = "You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information."
17
 
18
- parser.add_argument('--model_path', type=str, required=True, default='76437bc4e8bea417641aaa076508098a7158e664c1cecfabfa41df497a27f98c',
19
  help='model_path .')
20
 
21
  parser.add_argument('--system_prompt', type=str, required=False, default=DEFAULT_SYSTEM_PROMPT,
 
15
 
16
  DEFAULT_SYSTEM_PROMPT = "You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information."
17
 
18
+ parser.add_argument('--model_path', type=str, required=False, default='76437bc4e8bea417641aaa076508098a7158e664c1cecfabfa41df497a27f98c',
19
  help='model_path .')
20
 
21
  parser.add_argument('--system_prompt', type=str, required=False, default=DEFAULT_SYSTEM_PROMPT,