ejschwartz commited on
Commit
4f9db67
·
1 Parent(s): fc9ddd0

Update README

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -18,4 +18,6 @@ names, when given the output of Hex-Rays decompiler output of a function. More
18
 
19
  ## TODO
20
 
21
- * We currently use `transformers` which de-quantizes the gguf. This is easy but inefficient.
 
 
 
18
 
19
  ## TODO
20
 
21
+ * We currently use `transformers` which de-quantizes the gguf. This is easy but inefficient. Can we use llama.cpp or Ollama with zerogpu?
22
+ * Add system message/prompt template
23
+ * Add examples