Skip to content
View jmaicher's full-sized avatar

Block or report jmaicher

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. verl-project/verlverl-project/verlPublic

    verl/HybridFlow: A Flexible and Efficient RL Post-Training Framework

    Python 23.2k 4.5k

  2. ClickHouse/ClickHouseClickHouse/ClickHousePublic

    ClickHouse® is a real-time analytics database management system

    C++ 49.5k 8.9k

  3. komoot-challengekomoot-challengePublic

    Java

  4. Mutation testing: Hacking python AST...Mutation testing: Hacking python ASTs for fun and profit
    1
    importast, _ast, copy
    2
    3
    classMutator(ast.NodeTransformer):
    4
    MUTATIONS= [
    5
    # (FromOp, ToOp)