Akj2023 Nanobit commited on
Commit
0e664a5
1 Parent(s): dd7d16d

Update FAQS.md

Browse files

Co-authored-by: NanoCode012 <[email protected]>

Files changed (1) hide show
  1. FAQS.md +1 -1
FAQS.md CHANGED
@@ -3,5 +3,5 @@
3
  - 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)
4
  - Will this work with Deepspeed? That's still a WIP, but setting `export ACCELERATE_USE_DEEPSPEED=true` should work in some cases
5
  - ```Error invalid argument at line 359 in file /workspace/bitsandbytes/csrc/pythonInterface.c```
6
- ```/arrow/cpp/src/arrow/filesystem/s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized.```
7
  This could lead to a segmentation fault at exit. Try reinstalling bitsandbytes and transformers from source.
 
3
  - 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)
4
  - Will this work with Deepspeed? That's still a WIP, but setting `export ACCELERATE_USE_DEEPSPEED=true` should work in some cases
5
  - ```Error invalid argument at line 359 in file /workspace/bitsandbytes/csrc/pythonInterface.c```
6
+ `/arrow/cpp/src/arrow/filesystem/s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized.`
7
  This could lead to a segmentation fault at exit. Try reinstalling bitsandbytes and transformers from source.