Akash Ravikumar
Akash Ravikumar
Is there a work around for this? I'm using it in a directory loader like this: csv_directory_loader = DirectoryLoader(csv_folder_path, glob="**/*.csv", loader_cls=CSVLoader, show_progress=True) and it gives me the same error.
@shawPLUSroot Yeah the single loader works fine with csv_args. I might need to use the DirectoryLoader though because of the number of files I'm expecting to have to go through...
migrate-ggml-2023-03-30-pr613.py does not seem to exist on this repo: https://github.com/ggerganov/llama.cpp.git
+1 on this error. I don't seem to be getting the error when the chain_type = 'stuff'. It comes up for map_reduce, map_rerank and refine.
Has anyone considered or tried training the Donut model with bounding box information included in the json? Would there be any reason why this approach cannot work given this model's...