Skip to content
View Lawrencium77's full-sized avatar
  • 20:27 (UTC +01:00)
Block or Report

Block or report Lawrencium77

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 Loading

  1. dotfiles dotfiles Public

    Shell

  2. Obsidian-Notes Obsidian-Notes Public

    Public copy of notes I've made on various CS and ML topics.

    HTML 3

  3. Simple SmoothQuant Implementation Simple SmoothQuant Implementation
    1
    """ 
    2
    SmoothQuant implementation. See: https://arxiv.org/pdf/2211.10438.pdf
    3
    Some details are model-specific, so the code may need tweaking.
    4
    """
    5
    import functools
  4. gpt-neox gpt-neox Public

    Forked from EleutherAI/gpt-neox

    An implementation of model parallel autoregressive transformers on GPUs, based on the DeepSpeed library. Forked this to repro the results from the TinyStories paper.

    Python