Keyboard shortcuts

/ or ⌘/Ctrl K
Find a note
j / k
Next / previous section or linked note
h / l
Collapse or go to parent / expand or enter
e or Alt-click
Read a linked note here
o
Open focused note on its own
g g / G
First / last section or linked note
g h / g a
Home / all notes
g b / g t
Backlinks / table of contents
t
Cycle System, Light, Dark
? / Esc
Show / close this reference

Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.

llms [ff3dba92]

ml

1. Poisoning/Blocking Crawlers

2. Abliteration

3. LLama.cpp

  function llama
    cd ~/code/llama.cpp
    ./main -m ./models/llama-13 \
           --color \
           --ctx_size 4096 \
           -n -1 \
           -ins -b 2048 \
           --top_k 0 \
           --temp 0.72 \
           --top_p 0.73 \
           --repeat_penalty 1.1 \
           -t 11 \
           --tfs 0.95 \
           --mlock
    cd -
end
 while true
                                                      curl -C - -L "https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q4_K_M.bin" -o models/guanaco-65b
                                                      if test $status -eq 0
                                                                  break
                                                              end
                                                      sleep 5
                                              end

Links from this note 1