-
|
Hi everyone! Error: MPS backend out of memory (MPS allocated: 14.31 GB, other allocations: 96.77 MB, max allowed: 18.13 GB). Tried to allocate 5.01 GB on private pool. Use PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 to disable upper limit for memory allocations (may cause system failure).Here is our current set up with chunking. For Embedding we are using Qwen-Embedding-0.6B. document_splitter = DocumentSplitter(
split_by="sentence", split_length=8, split_overlap=2, split_threshold=4
)
csv_splitter = DocumentSplitter(
split_by="line", split_length=100, split_overlap=10, split_threshold=20
)
xlsx_splitter = DocumentSplitter(
split_by="line", split_length=100, split_overlap=10, split_threshold=20
)Any advice is appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @rjtormis I believe your question was already answered in our discord here Reproducing text for completeness
|
Beta Was this translation helpful? Give feedback.
Hey @rjtormis I believe your question was already answered in our discord here
Reproducing text for completeness