Skip to content

Instantly share code, notes, and snippets.

View tanu360's full-sized avatar
🎯
Focusing

Tarun tanu360

🎯
Focusing
View GitHub Profile
@r4d10n
r4d10n / split-multi-checksum-rclone.sh
Created November 11, 2025 05:11
Script to split/rejoin a large file into/from multiparts with MD5 checksum checks and sync upload to a Rclone compatible drive (S3, Google Drive, etc.) to beat Request Rate Limiting
# Script to split/rejoin a large file into/from multiparts with MD5 checksum checks
# Sync upload to a Rclone compatible drive (Google Drive, S3, etc.) to beat Request Rate Limiting
!/bin/bash
# Configuration
REMOTE_PATH="drv:path" # use rclone configure to setup
NUM_PARTS=20
DELAY_BETWEEN_UPLOADS=15 # seconds
UPLOAD_RETRIES=3
@willccbb
willccbb / grpo_demo.py
Last active December 6, 2025 04:07
GRPO Llama-1B
# train_grpo.py
#
# See https://github.com/willccbb/verifiers for ongoing developments
#
"""
citation:
@misc{brown2025grpodemo,
title={Granular Format Rewards for Eliciting Mathematical Reasoning Capabilities in Small Language Models},
author={Brown, William},