6 lines
149 B
Bash
Executable file
6 lines
149 B
Bash
Executable file
#!/bin/bash
|
|
source venv/bin/activate
|
|
python merge.py
|
|
cd llama.cpp
|
|
source convertgguf_venv/bin/activate
|
|
python convert_hf_to_gguf.py ../merged_model/
|