From 1384a4d24c4a6c2f35e9cdd96eed6b4698ea8509 Mon Sep 17 00:00:00 2001 From: "Eric J. Wang" Date: Wed, 22 Mar 2023 22:05:36 -0700 Subject: [PATCH] Update README.md for multi-GPU training --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5864beea..4b4d9356 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ as well as [clusters of bad examples](https://atlas.nomic.ai/map/d2139cc3-bc1c-4 - We can likely improve our model performance significantly if we had a better dataset. Consider supporting the [LAION Open Assistant](https://open-assistant.io/) effort to produce a high-quality dataset for supervised fine-tuning (or bugging them to release their data). - We're continually fixing bugs and conducting training runs, and the weights on the Hugging Face Hub are being updated accordingly. In particular, those facing issues with response lengths should make sure that they have the latest version of the weights and code. +- Users with multiple GPUs should take a look [here](https://github.com/tloen/alpaca-lora/issues/8#issuecomment-1477490259). ### Resources