Skip to content
View iliazintchenko's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Organizations

@minditech @ntropy-network

Block or report iliazintchenko

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. .zshrc .zshrc
    1
    venv() {
    2
    
                  
    3
        python_version="3.13"
    4
    
                  
    5
        while getopts "p:" opt; do
  2. optimal_llm_sampling.py optimal_llm_sampling.py
    1
    '''
    2
    The following setup ensures the model solves our task both with maximum
    3
    accuracy and guarantees compliance with whatever output schema we want.
    4
    5
    is_valid() returns True if the solution complies with the provided schema in
  3. ising-solvers ising-solvers Public

    Pretty fast solvers for Ising spin glasses

    Python 2

  4. spin_glass_solver spin_glass_solver Public

    C 1 1

  5. CrypTen CrypTen Public

    Forked from facebookresearch/CrypTen

    A framework for Privacy Preserving Machine Learning

    Python