From 51d8e6dbd0b8e6785be700a72fc6f308e4ba3e23 Mon Sep 17 00:00:00 2001 From: Vincent Chen Date: Mon, 16 Dec 2024 14:49:13 -0800 Subject: [PATCH] update docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1923e433f5..483bb3fbfb 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,8 @@ P.S.: [We're hiring](https://www.databricks.com/company/careers/open-positions? - We built Composer to be optimized for both simplicity and efficiency. Community users have shared that they enjoy Composer for its capabilities and ease of use compared to alternative libraries. - **How do I use Composer to train graph neural networks (GNNs), or Generative Adversarial Networks (GANs), or models for reinforcement learning (RL)?** - We recommend you use alternative libraries for if you want to train these types of models - a lot of assumptions we made when designing Composer are suboptimal for GNNs, RL, and GANs +- **How can I speed up HuggingFace downloads? + - You can use hf transfer (`pip install hf-transfer`) and setting the environment variable `HF_HUB_ENABLE_HF_TRANSFER=1` # ✍️ Citation ```