Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
8a4c319d
Unverified
Commit
8a4c319d
authored
Feb 17, 2023
by
Younes Belkada
Committed by
GitHub
Feb 17, 2023
Browse files
[`BLIP`] update blip path on slow tests (#21476)
* update blip path * Update tests/models/blip/test_modeling_blip.py
parent
087fd5f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/models/blip/test_modeling_blip.py
tests/models/blip/test_modeling_blip.py
+1
-1
No files found.
tests/models/blip/test_modeling_blip.py
View file @
8a4c319d
...
...
@@ -1077,7 +1077,7 @@ class BlipTextImageModelTest(ModelTesterMixin, unittest.TestCase):
# We will verify our results on an image of cute cats
def
prepare_img
():
url
=
"https://
storage.googleapis.com/sfr-vision-langu
age
-
res
earch/BLIP
/demo.jpg"
url
=
"https://
huggingface.co/hf-internal-testing/blip-test-im
age
/
res
olve/main
/demo.jpg"
im
=
Image
.
open
(
requests
.
get
(
url
,
stream
=
True
).
raw
)
return
im
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment