anto0699 commited on
Commit
62e236d
·
1 Parent(s): ee8fae3

Upload the readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -116,7 +116,7 @@ def generate_xosc(model, tok, template_path: str, system: str, user: str, max_ne
116
 
117
  if __name__ == "__main__":
118
  ap = argparse.ArgumentParser()
119
- ap.add_argument("--base", default=r"C:\Users\sesal\Documents\AntonioTrovato\CodeLlama-13b-Instruct-hf")
120
  ap.add_argument("--lora", default="anto0699/Prompt2OpenSCENARIO-CodeLlama13B-LoRA")
121
  ap.add_argument("--template", default=r"prompt_templates\codellama_inst.txt")
122
  ap.add_argument("--use_4bit", action="store_true", help="Enable 4-bit loading (Option B). If omitted, use full-precision (Option A).")
 
116
 
117
  if __name__ == "__main__":
118
  ap = argparse.ArgumentParser()
119
+ ap.add_argument("--base")
120
  ap.add_argument("--lora", default="anto0699/Prompt2OpenSCENARIO-CodeLlama13B-LoRA")
121
  ap.add_argument("--template", default=r"prompt_templates\codellama_inst.txt")
122
  ap.add_argument("--use_4bit", action="store_true", help="Enable 4-bit loading (Option B). If omitted, use full-precision (Option A).")