Spaces:
Running
on
Zero
Running
on
Zero
File size: 194 Bytes
abd09b6 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
ASYLORA_PATH="/path/to/your/input_file.safetensors"
OUTPUT_PATH="/path/to/your/output_file.safetensors"
LORA_UP=5
python split_asylora.py "$ASYLORA_PATH" "$OUTPUT_PATH" "$LORA_UP"
|