Skip to content

Instantly share code, notes, and snippets.

B200 180GB VRAM — Model Testing Runbook

Hardware: NVIDIA B200 (180GB VRAM, compute capability 10.0) on RunPod
Image: runpod/pytorch:1.0.2-cu1281-torch280-ubuntu2404
Image contents: CUDA 12.8.1, PyTorch 2.8.0, Ubuntu 24.04
Cost: ~$5/hour — every minute counts
Network volume: /workspace500GB (all 3 models + llama.cpp build)
Container disk: 200GB (holds 1 model at a time on fast local NVMe)
Goal: Near-lossless quality, 200K+ context, benchmark-driven optimization

Nicefox Video Editor - Plan Technique

Vue d'ensemble

Éditeur vidéo web optimisé pour le montage de vidéos "talking-head" (screencasts, podcasts, tutoriels). L'innovation principale est l'édition pilotée par la transcription : au lieu de naviguer manuellement dans la vidéo, on édite la transcription et la vidéo suit.

Profil vidéo cible (basé sur des fichiers réels)

  • Résolution : 2560×1440 (1440p)
  • Framerate : 60 fps
  • Durée : jusqu'à 2 heures
@co-l
co-l / miracle-morning.sh
Created May 14, 2019 07:33
Miracle Morning in Kubuntu with autocommit on GIT
#!/bin/bash
# miracle-morning.sh: creates a journal per month for the writing part of the miracle morning, and automatically pushed it to git
MONTH=$(date +"%Y-%m")
DAY=$(date +"%Y-%m-%d")
# ~/miracle-morning should be a git repository
kate ~/miracle-morning/journal/$MONTH.md
cd ~/miracle-morning
@co-l
co-l / gist:7f98bb69a860e7816f296dea4eedf470
Created November 30, 2017 11:18
0x1e60b2e238b8D5881AC6e73ae430f73f54bAb3Fe
0x1e60b2e238b8D5881AC6e73ae430f73f54bAb3Fe
0x9a775F3C73669881d700cfB059055bA789a1EcB5
// npm install chai express supertest
var fs = require('fs')
var expect = require('chai').expect
var express = require('express')
var supertest = require('supertest')
describe('file sending', function() {
doTest('image/png') // works
doTest('audio/mpeg') // fails