Skip to content
View llsj14's full-sized avatar

Block or report llsj14

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

Popular repositories Loading

  1. llmperf llmperf Public

    Forked from ray-project/llmperf

    LLMPerf is a library for validating and benchmarking LLMs

    Python 1

  2. llsj14.github.io llsj14.github.io Public

    Forked from sproogen/modern-resume-theme

    A modern static resume template and theme. Powered by Jekyll and GitHub pages.

    HTML

  3. myCUDA myCUDA Public

    CUDA exercise

    Jupyter Notebook

  4. TensorRT-LLM TensorRT-LLM Public

    Forked from NVIDIA/TensorRT-LLM

    TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficie…

    C++

  5. vllm vllm Public

    Forked from vllm-project/vllm

    A high-throughput and memory-efficient inference and serving engine for LLMs

    Python

51 contributions in the last year

Contribution Graph
Day of Week May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to vllm-project/vllm, llsj14/myCUDA, ray-project/llmperf and 4 other repositories
Loading A graph representing llsj14's contributions from April 21, 2024 to April 27, 2025. The contributions are 35% commits, 25% pull requests, 22% code review, 18% issues.

Contribution activity

April 2025

Created a pull request in vllm-project/vllm that received 3 comments

[Bugfix] ImportError: cannot import name 'SSLContext' from partially initialized module 'ssl'

I got an import error due to the name of ssl.py which imports Python's standard 'ssl' module. Renaming the file to 'ssl_refresher.py' resolves this…

+74 −0 lines changed 3 comments
Loading