Skip to content

Instantly share code, notes, and snippets.

View StarKnightt's full-sized avatar
🎯
Focusing

Prasenjit Nayak StarKnightt

🎯
Focusing
View GitHub Profile
@StarKnightt
StarKnightt / README.md
Last active August 15, 2025 18:42
Python Wallpaper Downloader Script

Save All Wallpapers to E:\Wallpapers (Windows) — Python + BeautifulSoup4 ( Change your path peeps)

Quick guide to crawl a site and save all images to E:\Wallpapers on Windows.


Step 0: Prereqs (quick check)

Open PowerShell.

@StarKnightt
StarKnightt / grpo_demo.py
Created February 2, 2025 12:11 — forked from willccbb/grpo_demo.py
GRPO Llama-1B
# train_grpo.py
import re
import torch
from datasets import load_dataset, Dataset
from transformers import AutoTokenizer, AutoModelForCausalLM
from peft import LoraConfig
from trl import GRPOConfig, GRPOTrainer
# Load and prep dataset