(input)
| 23 | pass |
| 24 | |
| 25 | def generate_prompt(input): |
| 26 | INSTRUCTION = f"""Below is an instruction that describes a task. Write a response that appropriately completes the request. |
| 27 | |
| 28 | |
| 29 | ### Instruction: |
| 30 | Create a Python script for this problem: |
| 31 | {input} |
| 32 | |
| 33 | ### Response:""" |
| 34 | return INSTRUCTION |
| 35 | |
| 36 | def get_model( |
| 37 | quant_type: str = None, |