Upload the readme
Browse files
    	
        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" | 
| 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).")
         | 
