Skip to content

Instantly share code, notes, and snippets.

View pulak-gautam's full-sized avatar

Pulak Gautam pulak-gautam

View GitHub Profile
@btbytes
btbytes / llm-training.md
Last active April 7, 2025 06:14
Copy of https://rentry.org/llm-training. Updated 2024-03-03

-> lmg-train.png<-

The Novice's LLM Training Guide

->Written by Alpin<- ->Inspired by /hdg/'s LoRA train rentry<- !!!warning This guide is being slowly updated. We've already moved to the axolotl trainer.


[TOC2]

@awesomebytes
awesomebytes / debian_from_ros_pkg.md
Last active February 18, 2025 13:59
How to create a debian from a ROS package
@artivis
artivis / ROS_print_in_color.h
Last active October 14, 2024 03:24
Defining your own ROS stream color
// Defining your own ROS stream color
namespace pc
{
enum PRINT_COLOR
{
BLACK,
RED,
GREEN,
YELLOW,