Skip to content

Instantly share code, notes, and snippets.

View meetkool's full-sized avatar
💭
I may be slow to respond. but i do

Meet Bhanushali meetkool

💭
I may be slow to respond. but i do
View GitHub Profile
ertyuio
https://www.youtube.com/watch?v=lPMeAx0ul-A
let totalTime = {
seconds:0,
minutes:0,
hours:0
}
document.querySelectorAll("ytd-playlist-video-renderer").forEach( (element) => {
try{
let timelist = element.querySelector("#overlays")
https://bin.4-0-4.io/selif/nana.sh
@meetkool
meetkool / *DeepSeek-uncensored.md
Created February 2, 2025 20:04 — forked from ruvnet/*DeepSeek-uncensored.md
Deploying and Fine-Tuning an Uncensored DeepSeek R1 Distill Model on Google Cloud

DeepSeek R1 Distill: Complete Tutorial for Deployment & Fine-Tuning

This guide shows how to deploy an uncensored DeepSeek R1 Distill model to Google Cloud Run with GPU support and how to perform a basic, functional fine-tuning process. The tutorial is split into:

  1. Environment Setup
  2. FastAPI Inference Server
  3. Docker Configuration
  4. Google Cloud Run Deployment
  5. Fine-Tuning Pipeline (Cold Start, Reasoning RL, Data Collection, Final RL Phase)