Skip to content

Instantly share code, notes, and snippets.

View bcarroll's full-sized avatar

Brett Carroll bcarroll

  • West Virginia, USA
View GitHub Profile
@geeksville
geeksville / gist:d8ec1fc86507277e123ebf507f034fe9
Created March 20, 2025 11:26
Using Ollama on an Asus Flow Z13 (128GB RAM) and Linux

Using Ollama on an Asus Flow Z13 (128GB RAM) and Linux

Environment setup

I used Bazzite Linux because it seems to have the best 395+ CPU support right now. It also installs and uses podman by default. But the following instructions should work on any linux if:

  • You have (very) recent AMD kernel drivers installed
  • Podman or Docker installed (I think the instructions before should also work with docker if you just change the tool name)
  • Go into the BIOS and bump up the amount of RAM given over to the GPU side by default (I used 64GB but you do you)
// Mixamo Animation downloadeer
// The following script make use of mixamo2 API to download all anims for a single character that you choose.
// The animations are saved with descriptive long names instead of the short ones used by default by mixamo UI.
//
// This script has been written by gnuton@gnuton.org and the author is not responsible of its usage
//
// How to use this script
// 1. Browse mixamo.com
// 2. Log in
// 3. Open JS console (F12 on chrome)
@chonthu
chonthu / gist:67b0e75edd6388f4dad10394ffdb84c7
Last active April 30, 2024 17:40
traefik2-tls-passthrough
version: "3.3"
services:
app:
image: nginx
ports:
- 80
- 443
restart: unless-stopped
tty: true