Skip to content

Commit

Permalink
llama.cpp: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Nov 4, 2024
1 parent c02eb4e commit 76dee79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fundamentals/llama.cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ llama-kompute:
llama-cuda-debug:
. ./cuda-env.sh && cd llama.cpp && make -j8 GGML_CUDA=1 LLAMA_DEBUG=1 DEBUG=1 LLAMA_METAL=1

# Use the following target with causion as it will probably mess up an
# actual run of a specific program. Just use it for debugging/learning and
# then switch back to the normal target for testing.
llama-debug:
cd llama.cpp && make -j8 LLAMA_DEBUG=1 DEBUG=1

Expand Down

0 comments on commit 76dee79

Please sign in to comment.