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
4242 defp icon_url ( "gemini" ) , do: "https://avatars.githubusercontent.com/u/161781182?s=200&v=4"
4343 defp icon_url ( "grok" ) , do: "https://avatars.githubusercontent.com/u/130314967?s=200&v=4"
4444 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"
4548
4649 defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
4750
@@ -129,6 +132,9 @@ defmodule AlgoraWeb.Components.TechBadge do
129132 "transformers" ->
130133 "huggingface"
131134
135+ "hugging face" ->
136+ "huggingface"
137+
132138 "spark" ->
133139 "apachespark"
134140
@@ -147,6 +153,9 @@ defmodule AlgoraWeb.Components.TechBadge do
147153 "tailwind" ->
148154 "tailwindcss"
149155
156+ "llm foundry" ->
157+ "llmfoundry"
158+
150159 t ->
151160 t
152161 |> String . replace ( "+" , "plus" )
@@ -172,6 +181,7 @@ defmodule AlgoraWeb.Components.TechBadge do
172181 "C" ,
173182 "Dart" ,
174183 "C#" ,
184+ "F#" ,
175185 "Kotlin" ,
176186 "Swift" ,
177187 "Elixir" ,
@@ -222,8 +232,12 @@ defmodule AlgoraWeb.Components.TechBadge do
222232 "NixOS" ,
223233 "Nvidia" ,
224234 "Firecracker" ,
235+ "Deepspeed" ,
236+ "LLM Foundry" ,
225237 "Ray" ,
226238 "vLLM" ,
239+ "sglang" ,
240+ "Hugging face" ,
227241 "Huggingface" ,
228242 "Twitter" ,
229243 "YouTube" ,
@@ -250,7 +264,8 @@ defmodule AlgoraWeb.Components.TechBadge do
250264 "tRPC" ,
251265 "Clickhouse" ,
252266 "Vercel" ,
253- "MLIR"
267+ "MLIR" ,
268+ "Julia"
254269 ]
255270 end
256271end
You can’t perform that action at this time.
0 commit comments