yhyu13
Upload
33bd671
raw
history blame
No virus
316 Bytes
#!/bin/bash
eval "$(conda shell.bash hook)"
conda activate llmcocktail
CUDA_VISIBLE_DEVICES=1 python merge.py \
--models /media/hangyu5/Home/Documents/Hugging-Face/LM_cocktail/meow /media/hangyu5/Home/Documents/Hugging-Face/LM_cocktail/SOLAR-10.7B-Instruct-v1.0 \
--weights 0.5 0.5 \
|& tee ./merge.log