Skip to content

Commit

Permalink
[Fix] Failing test (#912)
Browse files Browse the repository at this point in the history
Test
https://github.com/huggingface/huggingface.js/blob/21e63ff99f140cee951d1455f519b37a72bac1a9/packages/inference/test/HfInference.spec.ts#L49-L50
has been failing.

Probably related to canonical model hf.co/bert-base-uncased moving to
hf.co/google-bert/bert-base-uncased
  • Loading branch information
mishig25 committed Sep 19, 2024
1 parent 959a182 commit ed90897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inference/test/tapes.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
}
}
},
"3eee2d13b3a94e1a1e5cd2e0477168e0645289abdae3fea2b6e8af450cc8de29": {
"url": "https://api-inference.huggingface.co/models/bert-base-uncased",
"f0b8a1564bf8af1e9d1765b40eb2fef049762e07d3e0c5701c8f81004936a670": {
"url": "https://api-inference.huggingface.co/models/google-bert/bert-base-uncased",
"init": {
"headers": {
"Content-Type": "application/json"
Expand Down

0 comments on commit ed90897

Please sign in to comment.