Spaces:
Runtime error
Runtime error
Added two interships (#26)
Browse files- Added two interships (aeeac3ac0664b2bd7d9c4feb34f915dc445e82a1)
Co-authored-by: Teven Le Scao <[email protected]>
app.py
CHANGED
@@ -133,6 +133,8 @@ internships = {
|
|
133 |
"Gradio as an ecosystem": default_question,
|
134 |
"Benchmarking transformers on various AI hardware accelerators": default_question,
|
135 |
"AI Art Tooling Residency": default_question,
|
|
|
|
|
136 |
}
|
137 |
|
138 |
|
|
|
133 |
"Gradio as an ecosystem": default_question,
|
134 |
"Benchmarking transformers on various AI hardware accelerators": default_question,
|
135 |
"AI Art Tooling Residency": default_question,
|
136 |
+
"Datasets for Large Language Models": default_question,
|
137 |
+
"Fast Distributed Training Framework": default_question,
|
138 |
}
|
139 |
|
140 |
|