Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
c256bc6d
Unverified
Commit
c256bc6d
authored
Mar 02, 2023
by
Arthur
Committed by
GitHub
Mar 02, 2023
Browse files
[ZAC] fix ci daily (#21893)
add correct revision after model was overwritten
parent
633e5e89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/pipelines/__init__.py
src/transformers/pipelines/__init__.py
+1
-1
No files found.
src/transformers/pipelines/__init__.py
View file @
c256bc6d
...
@@ -306,7 +306,7 @@ SUPPORTED_TASKS = {
...
@@ -306,7 +306,7 @@ SUPPORTED_TASKS = {
"pt"
:
(
AutoModel
,)
if
is_torch_available
()
else
(),
"pt"
:
(
AutoModel
,)
if
is_torch_available
()
else
(),
"default"
:
{
"default"
:
{
"model"
:
{
"model"
:
{
"pt"
:
(
"laion/clap-htsat-fused"
,
"
f39917b
"
),
"pt"
:
(
"laion/clap-htsat-fused"
,
"
973b6e5
"
),
}
}
},
},
"type"
:
"multimodal"
,
"type"
:
"multimodal"
,
...
...
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