PhilDakin
PhilDakin
Alternatively use https://github.com/abetlen/llama-cpp-python. This will handle caching the model. ``` !CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python llm = Llama( model_path="", n_gpu_layers=..., n_ctx=..., )
Able to see that the source is unknown in the debugger here: https://github.com/scalameta/metals/blob/684e67fcb9cbbf10e312eacdda92756d575e106c/metals/src/main/scala/scala/meta/internal/metals/debug/DebugProxy.scala#L207 Will continue working backwards
Hm I noticed that only some of the project's targets get sources files generated in `~/.m2/repository`. These targets see, to resolve properly. Will try seeing why some targets don't get...
https://github.com/scalameta/metals/assets/15946757/9e0d1a36-8ed7-4915-b73e-401a9f56acd9 I have a similar setup to `spark-rapids` but lighter-weight available by: 1. `git clone [email protected]:PhilDakin/scala-maven-example.git && cd scala-maven-example && git checkout test_branch` 2. `JAVA_HOME= ./buildall.sh` If you clone this,...
This can be debugged further by using VSCode settings `"metals.bloopVersion"` and `"metals.bloopJvmProperties"` with a locally published Bloop version + `"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005,quiet=y"`. Bloop passes information to the [scala-debug-adapter](https://github.com/scalacenter/scala-debug-adapter) [here](https://github.com/scalacenter/bloop/blob/41ca072e5301671645b9b344e94f777a15340b31/frontend/src/main/scala/bloop/bsp/BloopBspServices.scala#L685), then the debug...
Encountered similar issue - missing `stateSecret`.