Skip to content
View pie33000's full-sized avatar

Highlights

  • Pro

Block or report pie33000

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
pie33000/README.md

Hello there πŸ‘‹

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-

class MachineLearningEngineer:

    def __init__(self):
        self.name = "Pierrick Rugery"
        self.role = "Lead Machine Learning Engineer"
        self.language_spoken = ["πŸ‡«πŸ‡·", "πŸ‡ΊπŸ‡Έ"]
        self.passion = "Exploring French cuisine, especially a Boeuf Bourguignon πŸ·πŸ–"
        self.center_of_interest = [
            "Artificial Intelligence πŸ€–",
            "Generative AI 🌌",
            "Robotics 🦾"
        ]
        self.current_project = "Developing Robotics solutions for the future πŸš€"
        self.location = "New York, NY πŸ—½"

    def say_hi(self):
        print("Welcome to my GitHub! Grab a coffee β˜• and explore my world of tech and innovation.")


me = MachineLearningEngineer()
me.say_hi()

πŸ“ Blogs

πŸ“” Latest Blog posts

πŸ”§ Technologies & Tools

Programming Languages:

Python C Rust

Pinned Loading

  1. OpenVLA OpenVLA Public

    Open VLA implementation using PyTorch

    Python 4

  2. helix helix Public

    Implementation of the FigureAI Helix model: https://www.figure.ai/news/helix

    Python 15 3

  3. mamba-distributed mamba-distributed Public

    Train mamba on multiple GPUs

    Jupyter Notebook 1

  4. llm-serving llm-serving Public

    Serve LLM with modal

    Python

  5. lora lora Public

    Simple implementation of LoRa with examples

    Jupyter Notebook 1

  6. Mixture-of-Experts Mixture-of-Experts Public

    Implement different kind of decoder only architecture

    Python