Venus
Venus
> @cdcseacave Try this to rebuild from source without zstd > > ``` > brew install boost > sed -i.bak -r 's/NO_ZSTD=1/NO_ZSTD=0/' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/boost.rb > brew reinstall boost --build-from-source > ```...
It show 127.0.0.1:undefined even if the port field is filled...
Put it inside the 'src' folder if you're using React
I got this error, too and this is the log of start-llamaedge.log OS version: M1 OSX RAM: 16G ``` [2024-07-28 15:21:42.481] [wasi_logging_stdout] [info] server_config: rag_api_server in src/main.rs:132: server_version: 0.6.6 [2024-07-28...
> How much RAM do you have allocated to Docker? Thanks docker stats and the container uses 48.12MiB/4.818GiB
> I believe that refers to the disk space you have available to Docker not the RAM. Cause I added Memory to 5G in Docker Desktop's preference. And the disk...
> It is likely that your CPU does not support the modern AVX instructions. > > Can you try to update WasmEdge to an no-avx version in WSL? > >...