phoronix-test-suite / test-profiles

A read-only Git copy of the OpenBenchmarking.org test profiles.
Other
72 stars 83 forks source link

onnx 1.19.0 GPT-2 test failing to fetch gpt2-10.tar.gz #312

Open ColinIanKing opened 1 month ago

ColinIanKing commented 1 month ago

The onnx GPT-2 test fails to fetch the blob tarball https://github.com/onnx/models/blob/4c46cd00fbdb7cd30b6c1c17ab54f2e1f4f7b177/validated/text/machine_comprehension/gpt-2/model/gpt2-10.tar.gz which is kind of strange because I'm able to fetch it using wget from the terminal. The downloaded file is just a HTML page generated by github and not the tarball.

file gpt2-10.tar.gz gpt2-10.tar.gz: HTML document, Unicode text, UTF-8 text, with very long lines (1616)

This seems to be an issue at the github side.