File size: 242 Bytes
fabf9c5 |
1 2 3 4 5 6 7 8 |
#全图
export HF_ENDPOINT=https://hf-mirror.com
python run.py --data ShapeGrid_sudoku --model llava_uhd_final
# #切片
# export HF_ENDPOINT=https://hf-mirror.com
# python run.py --data ShapeGrid_sudoku --model llava_uhd_resampler_query_49
|