Roni
Roni
+1 StartTLS would be great.
What a pity. I stumbled across uzbl yesterday and realized that this is the browser I was looking for so long.
Same here. Changing every occurence of "localhost" and "127.0.0.1" to the real IP worked for me.
> @gpilleux it should have worked there seems no error in the logs shared, what do you see in localhost:3000? I saw errors in browser devtool console caused by teh...
> Can someone please write a step by step This is what I did: ``` $ egrep -nrI "(127.0.0.1|localhost)" /tmp/SuperAGI /tmp/SuperAGI/main.py:54:# app.add_middleware(DBSessionMiddleware, db_url=f'postgresql://{db_username}:{db_password}@localhost/{db_name}') /tmp/SuperAGI/main.py:59: "http://localhost:3001", /tmp/SuperAGI/main.py:60: "http://localhost:3000", /tmp/SuperAGI/main.py:342: frontend_url =...
@liusida But that does not solve the problem. It just makes the frontend freezing on another computer.
For CUDA versions < 11.7 a target CUDA architecture must be explicitly provided via CUDA_DOCKER_ARCH
This solved the issue for me: ``` sudo apt install nvidia-cuda-toolkit rm -rf build; cmake -S . -B build -DLLAMA_CUBLAS=ON && cmake --build build --config Release ```
For CUDA versions < 11.7 a target CUDA architecture must be explicitly provided via CUDA_DOCKER_ARCH
@mqopi I never used Window so it's just a guess but how about installing nvidia-cuda-toolkit for Windows? Just to be clear, it worked for me for a long time without...