Bläddra i källkod

Update README.md

Eric J. Wang 3 år sedan
förälder
incheckning
d9c19ff34e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -33,7 +33,7 @@ This file reads the foundation model from the Hugging Face model hub and the LoR
 This file contains a straightforward application of PEFT to the LLaMA model,
 as well as some code related to prompt construction and tokenization.
 Near the top of this file is a set of hardcoded hyperparameters that you should feel free to modify.
-PRs adapting this code to multi-GPU setups and larger models are always welcome.
+PRs adapting this code to support larger models are always welcome.
 
 ### Checkpoint export (`export_*_checkpoint.py`)