TylerHilbert commited on
Commit
27d7edb
·
1 Parent(s): b7a26d0

Added missing HuggingFace repos

Browse files
PyTorchConference2025_GithubRepos.json CHANGED
@@ -281,9 +281,26 @@
281
  {
282
  "repo_link": "https://github.com/unslothai/unsloth",
283
  "repo_name": "unsloth",
284
- "github_about_section": "Fine-tuning & Reinforcement Learning for LLMs. 🦥 Train OpenAI gpt-oss, DeepSeek-R1, Qwen3, Gemma 3, TTS 2x faster with 70% less VRAM.",
285
- "homepage_link": "https://docs.unsloth.ai/",
286
- "github_topic_closest_fit": "unsloth"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  },
288
  {
289
  "repo_link": "https://github.com/jupyterlab/jupyterlab",
 
281
  {
282
  "repo_link": "https://github.com/unslothai/unsloth",
283
  "repo_name": "unsloth",
284
+ "github_about_section": "Fine-tuning & Reinforcement Learning for LLMs. Train OpenAI gpt-oss, DeepSeek-R1, Qwen3, Gemma 3, TTS 2x faster with 70% less VRAM.",
285
+ "homepage_link": "https://docs.unsloth.ai"
286
+ },
287
+ {
288
+ "repo_name": "transformers",
289
+ "repo_link": "https://github.com/huggingface/transformers",
290
+ "github_about_section": "Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.",
291
+ "homepage_link": "https://huggingface.co/transformers"
292
+ },
293
+ {
294
+ "repo_name": "accelerate",
295
+ "repo_link": "https://github.com/huggingface/accelerate",
296
+ "github_about_section": "A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic mixed precision (including fp8), and easy-to-configure FSDP and DeepSpeed support.",
297
+ "homepage_link": "https://huggingface.co/docs/accelerate"
298
+ },
299
+ {
300
+ "repo_name": "trl",
301
+ "repo_link": "https://github.com/huggingface/trl",
302
+ "github_about_section": "Train transformer language models with reinforcement learning.",
303
+ "homepage_link": "http://hf.co/docs/trl"
304
  },
305
  {
306
  "repo_link": "https://github.com/jupyterlab/jupyterlab",