Skip to content

Instantly share code, notes, and snippets.

View rogersaloo's full-sized avatar

Rogers Aloo rogersaloo

  • Kyoto
  • 19:48 (UTC -12:00)
View GitHub Profile
@rogersaloo
rogersaloo / LLM.md
Created April 15, 2024 23:41 — forked from paulsmith/LLM.md
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.

@rogersaloo
rogersaloo / git.migrate
Created October 16, 2023 21:39 — forked from niksumeiko/git.migrate
Moving git repository and all its branches, tags to a new remote repository keeping commits history
#!/bin/bash
# Sometimes you need to move your existing git repository
# to a new remote repository (/new remote origin).
# Here are a simple and quick steps that does exactly this.
#
# Let's assume we call "old repo" the repository you wish
# to move, and "new repo" the one you wish to move to.
#
### Step 1. Make sure you have a local copy of all "old repo"
### branches and tags.
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: pod-reader-binding
namespace: testcicd2
subjects:
# IAM service account
- kind: User
name: [email protected]
roleRef: