Supreeth Rao

Results 20 comments of Supreeth Rao

thank you @makseq, I'll try that, but I was running into the same issue while running Label Studio locally as a docker container too. in that case I was storing...

@makseq, im facing the same issue when I get data from an S3 bucket

> @SupreethRao99 are you using Safari? > > What is one text size for one task? Hello, yes , I'm using the latest version of safari, each document that needs...

The version in the docker container is 1.15.0, I will try running the latest version. Could you build a container with the latest version , thank you !

Thank you, I will try that. Also, label studio running on Heroku is no longer stuck at the loading screen when viewed using Google Chrome

@wx257osn2 thank you. I tried the approach that you suggested by adding `-DCMAKE_BUILD_TYPE=Release` when building FAISS, but inference is still taking >10 mins.

Thank you @mdouze @wx257osn2 , the CMAKE logs are as follows, CMAKE logs ``` (SemanticSearch) supreeth@Supreeths-MacBook-Pro faiss % LDFLAGS="-L/opt/homebrew/opt/llvm/lib" CPPFLAGS="-I/opt/homebrew/opt/llvm/include" CXX=/opt/homebrew/opt/llvm/bin/clang++ CC=/opt/homebrew/opt/llvm/bin/clang cmake -DCMAKE_BUILD_TYPE=Release -DFAISS_ENABLE_GPU=OFF -B build . -- The...

also, is there any way in which I can help build and upload FAISS to conda so that people will not have to build from source. Furthermore, are there plans...

thank you @wx257osn2 , I will rebuild FAISS with OpenBLAS and give it a try.

@wx257osn2 Yes, OpenBLAS does give a good speed up. Thank you !