Jacob Kim

Results 10 comments of Jacob Kim

Implemented here: https://github.com/continuedev/continue/commit/dd7c7cadb1706e28c4493c1f56c4dc1c604dbd31 You can add files inside `HOME_DIR/.continue/.continueignore` or `PROJECT_ROOT/.continueignore` and it should be respected.

Thank you for your patience. As a sanity check, can you check if the individual requests to the Deepseek chat and autocomplete endpoints are working? You could use a tool...

Hi @jketema! Unfortunately I can't share code due to... reasons :) I will say that I have a tsconfig.json in the root directory, but I created a database in a...

Ok, I made a small example. Check it out here: https://github.com/jpoly1219/codeql-gettype-example After cloning and running `npm install` in the root, you should be able to run the query inside the...

Just tried it, same results: ```txt ZES_ENABLE_SYSMAN=1 ./build/bin/llama-cli -m ~/llama-models/llama-2-7b.Q4_0.gguf -p "Building a website can be done in 10 simple steps:" -n 400 -e -ngl 33 -sm none -mg 0...

same results ```txt ./bin/test-backend-ops -b SYCL0 ggml_sycl_init: GGML_SYCL_FORCE_MMQ: no ggml_sycl_init: SYCL_USE_XMX: yes ggml_sycl_init: found 5 SYCL devices: Testing 6 backends Backend 1/6 (CPU) Skipping Backend 2/6 (SYCL0) [SYCL] call ggml_check_sycl...

here are the results: ```txt ./build/bin/test-backend-ops -b SYCL0 -o TANH ggml_sycl_init: GGML_SYCL_FORCE_MMQ: no ggml_sycl_init: SYCL_USE_XMX: yes ggml_sycl_init: found 6 SYCL devices: Testing 7 backends Backend 1/7 (CPU) Skipping Backend 2/7...

I couldn't find instructions on how to install client gpu drivers for fedora 40. The website here https://dgpu-docs.intel.com/driver/client/overview.html only has ubuntu instructions. In the SYCL README, however, it said that...

Update, I tried using the provided Docker image, but I get this error: ```txt /llama-cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /app/build/src/libllama.so) /llama-cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required...

```txt cmake --log-level=VERBOSE -B build -DGGML_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -- The C compiler identification is IntelLLVM 2024.2.0 -- The CXX compiler identification is IntelLLVM 2024.2.0 -- Detecting C compiler ABI info...