From 8e2a5609b3ebf3d549bbbc57c5a362835df1ee18 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Wed, 19 Apr 2023 18:13:51 -0400 Subject: [PATCH] stablelm support --- FAQS.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 FAQS.md diff --git a/FAQS.md b/FAQS.md new file mode 100644 index 000000000..7eb741482 --- /dev/null +++ b/FAQS.md @@ -0,0 +1,4 @@ +# FAQs + +- Can you train StableLM with this? Yes, but only with a single GPU atm. Multi GPU support is coming soon! Just waiting on this [PR](https://github.com/huggingface/transformers/pull/22874) +-