Flash llama on intel CPU ?

This commit is contained in:
Nicolas Patry 2024-10-09 12:08:30 +02:00
parent 8321a6c8e5
commit 46ccffd246
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -77,7 +77,7 @@ jobs:
export docker_volume="/mnt/cache" export docker_volume="/mnt/cache"
export runs_on="aws-highmemory-32-plus-priv" export runs_on="aws-highmemory-32-plus-priv"
export platform="cpu" export platform="cpu"
export extra_pytest="-k test_flash_gemma_gptq_load" export extra_pytest="-k test_flash_llama_load"
;; ;;
esac esac
echo $dockerfile echo $dockerfile