Spaces:
Runtime error
Runtime error
set -e | |
for i in pythia-1.4b-deduped-v0,EleutherAI/pythia-1.4b-deduped-v0 | |
do | |
IFS="," | |
set -- $i | |
echo "migrating $2" | |
CUDA_VISIBLE_DEVICES=-1 python3 lens_migration.py --model $2 --resource-id $1 --output lens/$1 | |
git commit -am "$1 migrated" | |
done | |