From 5ffefee37f351c827759394057a295aa99b7d64f Mon Sep 17 00:00:00 2001 From: Akshay Jain Date: Sat, 10 Jun 2023 18:34:54 -0700 Subject: [PATCH 1/4] Update FAQS.md Update FAQS.md with the following statement Error invalid argument at line 359 in file /workspace/bitsandbytes/csrc/pythonInterface.c /arrow/cpp/src/arrow/filesystem/s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized. This could lead to a segmentation fault at exit try reinstalling bitsandbytes and transformers from source --- FAQS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQS.md b/FAQS.md index bdf056be7..906cf2bef 100644 --- a/FAQS.md +++ b/FAQS.md @@ -2,3 +2,6 @@ - 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) - Will this work with Deepspeed? That's still a WIP, but setting `export ACCELERATE_USE_DEEPSPEED=true` should work in some cases +- Error invalid argument at line 359 in file /workspace/bitsandbytes/csrc/pythonInterface.c +/arrow/cpp/src/arrow/filesystem/s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized. This could lead to a segmentation fault at exit. +
Try reinstalling bitsandbytes and transformers from source
From dd7d16d2ebee1ef21dc8061e8f271ae1d4329858 Mon Sep 17 00:00:00 2001 From: Akshay Jain Date: Sat, 10 Jun 2023 19:15:50 -0700 Subject: [PATCH 2/4] Update FAQS.md Updated FAQS.md with backticks around error message --- FAQS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQS.md b/FAQS.md index 906cf2bef..28183abc9 100644 --- a/FAQS.md +++ b/FAQS.md @@ -2,6 +2,6 @@ - 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) - Will this work with Deepspeed? That's still a WIP, but setting `export ACCELERATE_USE_DEEPSPEED=true` should work in some cases -- Error invalid argument at line 359 in file /workspace/bitsandbytes/csrc/pythonInterface.c -/arrow/cpp/src/arrow/filesystem/s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized. This could lead to a segmentation fault at exit. -
Try reinstalling bitsandbytes and transformers from source
+- ```Error invalid argument at line 359 in file /workspace/bitsandbytes/csrc/pythonInterface.c``` +```/arrow/cpp/src/arrow/filesystem/s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized.``` +This could lead to a segmentation fault at exit. Try reinstalling bitsandbytes and transformers from source. From 0e664a5ebcb6c09a24cadbc567be5eae5e7bdb42 Mon Sep 17 00:00:00 2001 From: Akshay Jain Date: Sat, 10 Jun 2023 19:26:12 -0700 Subject: [PATCH 3/4] Update FAQS.md Co-authored-by: NanoCode012 --- FAQS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQS.md b/FAQS.md index 28183abc9..29222992a 100644 --- a/FAQS.md +++ b/FAQS.md @@ -3,5 +3,5 @@ - 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) - Will this work with Deepspeed? That's still a WIP, but setting `export ACCELERATE_USE_DEEPSPEED=true` should work in some cases - ```Error invalid argument at line 359 in file /workspace/bitsandbytes/csrc/pythonInterface.c``` -```/arrow/cpp/src/arrow/filesystem/s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized.``` +`/arrow/cpp/src/arrow/filesystem/s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized.` This could lead to a segmentation fault at exit. Try reinstalling bitsandbytes and transformers from source. From e3e7b52a5b0549fc6abb75ab6d3aa377d9478924 Mon Sep 17 00:00:00 2001 From: Akshay Jain Date: Sat, 10 Jun 2023 23:36:14 -0700 Subject: [PATCH 4/4] Update FAQS.md Converted (```) to single backtick (') uniformly. --- FAQS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQS.md b/FAQS.md index 29222992a..f3c9dd525 100644 --- a/FAQS.md +++ b/FAQS.md @@ -2,6 +2,6 @@ - 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) - Will this work with Deepspeed? That's still a WIP, but setting `export ACCELERATE_USE_DEEPSPEED=true` should work in some cases -- ```Error invalid argument at line 359 in file /workspace/bitsandbytes/csrc/pythonInterface.c``` +- `Error invalid argument at line 359 in file /workspace/bitsandbytes/csrc/pythonInterface.c` `/arrow/cpp/src/arrow/filesystem/s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized.` This could lead to a segmentation fault at exit. Try reinstalling bitsandbytes and transformers from source.