angelayi
2023-09-12 15:25:26 +00:00
committed by PyTorch MergeBot
parent 58391aeaf1
commit c3945b5f84
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
4.27.4
6c26faa159b79a42d7fa46cb66e2d21523351987

View File

@ -6,9 +6,9 @@ source "$(dirname "${BASH_SOURCE[0]}")/common_utils.sh"
function install_huggingface() {
local version
version=$(get_pinned_commit huggingface)
commit=$(get_pinned_commit huggingface)
pip_install pandas==2.0.3
pip_install "transformers==${version}"
pip_install "git+https://github.com/huggingface/transformers@${commit}"
}
function install_timm() {

View File

@ -225,6 +225,7 @@ CI_SKIP[CI("inductor", training=False, device="cpu")] = [
"resnet50_quantized_qat", # Eager model failed to run(Quantize only works on Float Tensor, got Double)
"sage", # does not work with fp32
# Huggingface
"GPT2ForSequenceClassification", # Accuracy https://github.com/pytorch/pytorch/issues/109019
"MBartForConditionalGeneration", # Accuracy https://github.com/pytorch/pytorch/issues/94793
"PLBartForConditionalGeneration", # Accuracy https://github.com/pytorch/pytorch/issues/94794
# TIMM