File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/huggingface_hub/inference/_providers Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 61
61
"openai" ,
62
62
"replicate" ,
63
63
"sambanova" ,
64
- "together" ,
65
64
"scaleway" ,
65
+ "together" ,
66
66
]
67
67
68
68
PROVIDER_OR_POLICY_T = Union [PROVIDER_T , Literal ["auto" ]]
156
156
"conversational" : SambanovaConversationalTask (),
157
157
"feature-extraction" : SambanovaFeatureExtractionTask (),
158
158
},
159
+ "scaleway" : {
160
+ "conversational" : ScalewayConversationalTask (),
161
+ "feature-extraction" : ScalewayFeatureExtractionTask (),
162
+ },
159
163
"together" : {
160
164
"text-to-image" : TogetherTextToImageTask (),
161
165
"conversational" : TogetherConversationalTask (),
162
166
"text-generation" : TogetherTextGenerationTask (),
163
167
},
164
- "scaleway" : {
165
- "conversational" : ScalewayConversationalTask (),
166
- "feature-extraction" : ScalewayFeatureExtractionTask (),
167
- },
168
168
}
169
169
170
170
Original file line number Diff line number Diff line change 33
33
"nscale" : {},
34
34
"replicate" : {},
35
35
"sambanova" : {},
36
- "together" : {},
37
36
"scaleway" : {},
37
+ "together" : {},
38
38
}
39
39
40
40
You can’t perform that action at this time.
0 commit comments