Skip to content

Instantly share code, notes, and snippets.

View carmocca's full-sized avatar
🗿
¡Hola!

Carlos Mocholí carmocca

🗿
¡Hola!
View GitHub Profile
# port of models described in RW
# We use the bloom model as a starting point for these model.
# Please refer to the bloom models for usage instructions.
import math
import warnings
from typing import Optional, Tuple, Union
import torch
import torch.utils.checkpoint