Skip to content
View maxidl's full-sized avatar
  • Hanover, Germany

Highlights

  • Pro
Block or Report

Block or report maxidl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. model_parallel_llama.py model_parallel_llama.py
    1
    from functools import partial
    2
    import types
    3
    
    
    4
    import torch
    5
    from typing import List, Optional, Tuple, Union, Dict
  2. MMD-critic MMD-critic Public

    A PyTorch based implementation of MMD-critic

    Python 14 5

  3. random-walk-cuda-python random-walk-cuda-python Public

    CUDA accelerated random walk generator via NUMBA JIT

    Python 1

  4. german_llm_training german_llm_training Public

    Forked from mosaicml/llm-foundry

    Python