Skip to content

Instantly share code, notes, and snippets.

@sekkit
sekkit / link-ollama-models-to-lm-studio.py
Created April 13, 2025 02:00 — forked from YuriyGuts/link-ollama-models-to-lm-studio.py
Expose Ollama models to LM Studio by symlinking its model files. Just run `python3 link-ollama-models-to-lm-studio.py`. On Windows, run it as admin.
@sekkit
sekkit / nVAppAppApp.ps1
Created April 13, 2025 01:52 — forked from JPersson77/nVAppAppApp.ps1
nVAppAppApp - workaround NVIDIA DLSS4 whitelisting
<# Workaround for NVIDIA's DLSS4 whitelisting
DLSS4 was launched alongside the RTX 5000 series and comprise several new and interesting
features, f.e. additional presets for Super Resolution, using a newer Transformer model.
Arguably these features increase image quality significantly. To various degrees these
features are also available for older RTX cards, and older games using DLSS3/2.
Using third party apps like DLSS Swapper etc remains a convenient way to, on a manual basis,
swap out DLLs which contain the above mentioned functionality, per game. Downsides to this is
primarily that swapping out DLLs for online multi-player games may trigger an Anti-Cheat
system, and there is of course also some manual work of updating to newer versions/DLLs.
@sekkit
sekkit / README.md
Created August 16, 2024 02:12 — forked from charlesfrye/README.md
Reproducing results from "Beat GPT-4o at Python by Searching with 100 Dumb LLaMAs"

See rune2e.sh for info on how to run the experiment.