From 1fe10e9730a682ee0736ca682954b4c417a94c4f Mon Sep 17 00:00:00 2001 From: Vincent Chen Date: Mon, 16 Dec 2024 14:51:40 -0800 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 483bb3fbfb..c1fee8acf0 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ P.S.: [We're hiring](https://www.databricks.com/company/careers/open-positions? - **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` + - You can use hf transfer (`pip install hf-transfer`) and set the environment variable `HF_HUB_ENABLE_HF_TRANSFER=1` # ✍️ Citation ```