Skip to content

Instantly share code, notes, and snippets.

View denius's full-sized avatar

Denis Telnov denius

  • Saint Petersburg, Russia
View GitHub Profile
@Artefact2
Artefact2 / README.md
Last active May 5, 2024 06:06
GGUF quantizations overview

Which GGUF is right for me? (Opinionated)

Good question! I am collecting human data on how quantization affects outputs. See here for more information: ggerganov/llama.cpp#5962

In the meantime, use the largest that fully fits in your GPU. If you can comfortably fit Q4_K_S, try using a model with more parameters.

llama.cpp feature matrix

See the wiki upstream: https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix

@rafaqz
rafaqz / fortran-julia.jl
Last active March 17, 2024 21:34
Fortran-Julia conversion script
#=
This julia script converts fortran 90 code into julia.
It uses naive regex replacements to do as much as possible,
but the output WILL need further cleanup.
Known conversion problems such as GOTO are commented and marked with FIXME
Most variable declaration lines are entirely deleted, which may or
may not be useful.
@mimikadze
mimikadze / gist:d0cc268c8c1f307c604be08fca2084fd
Created July 2, 2016 09:23
Material Theme for Midnight Commander
# Start with export LC_ALL=C && mc on OSX
[skin]
description = Solarized (mostly) dark skin for Midnight Commander.
256colors = true
[Lines]
horiz = ─
vert = │
lefttop = ┌
righttop = ┐