0dAI-7.5B-v2 / script.sh
luijait
Model Upload
cba9908
raw
history blame
69 Bytes
for archivo in ./*; do
sed -i 's/model-/model-/g' "$archivo"
done