File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
lib/algora_web/components Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ defmodule AlgoraWeb.Components.TechBadge do
42
42
defp icon_url ( "gemini" ) , do: "https://avatars.githubusercontent.com/u/161781182?s=200&v=4"
43
43
defp icon_url ( "grok" ) , do: "https://avatars.githubusercontent.com/u/130314967?s=200&v=4"
44
44
defp icon_url ( "clickhouse" ) , do: "https://avatars.githubusercontent.com/u/54801242?s=200&v=4"
45
+ defp icon_url ( "deepspeed" ) , do: "https://avatars.githubusercontent.com/u/74068820?s=200&v=4"
46
+ defp icon_url ( "llmfoundry" ) , do: "https://avatars.githubusercontent.com/u/75143706?s=200&v=4"
47
+ defp icon_url ( "sglang" ) , do: "https://avatars.githubusercontent.com/u/147780389?s=200&v=4"
45
48
46
49
defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
47
50
@@ -129,6 +132,9 @@ defmodule AlgoraWeb.Components.TechBadge do
129
132
"transformers" ->
130
133
"huggingface"
131
134
135
+ "hugging face" ->
136
+ "huggingface"
137
+
132
138
"spark" ->
133
139
"apachespark"
134
140
@@ -147,6 +153,9 @@ defmodule AlgoraWeb.Components.TechBadge do
147
153
"tailwind" ->
148
154
"tailwindcss"
149
155
156
+ "llm foundry" ->
157
+ "llmfoundry"
158
+
150
159
t ->
151
160
t
152
161
|> String . replace ( "+" , "plus" )
@@ -172,6 +181,7 @@ defmodule AlgoraWeb.Components.TechBadge do
172
181
"C" ,
173
182
"Dart" ,
174
183
"C#" ,
184
+ "F#" ,
175
185
"Kotlin" ,
176
186
"Swift" ,
177
187
"Elixir" ,
@@ -222,8 +232,12 @@ defmodule AlgoraWeb.Components.TechBadge do
222
232
"NixOS" ,
223
233
"Nvidia" ,
224
234
"Firecracker" ,
235
+ "Deepspeed" ,
236
+ "LLM Foundry" ,
225
237
"Ray" ,
226
238
"vLLM" ,
239
+ "sglang" ,
240
+ "Hugging face" ,
227
241
"Huggingface" ,
228
242
"Twitter" ,
229
243
"YouTube" ,
@@ -250,7 +264,8 @@ defmodule AlgoraWeb.Components.TechBadge do
250
264
"tRPC" ,
251
265
"Clickhouse" ,
252
266
"Vercel" ,
253
- "MLIR"
267
+ "MLIR" ,
268
+ "Julia"
254
269
]
255
270
end
256
271
end
You can’t perform that action at this time.
0 commit comments