Skip to content

pytorch llm inference: oh my implementation (from scratch) of some famous large language model (LLM) for inference purpose only.

Notifications You must be signed in to change notification settings

feixyz10/pytorch-llm-infer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-llm-infer

Oh my own pytorch implementation (from scratch) of some famous large language models (LLM) for inference purposes only. Just a project for practice and learning, DO NOT use it in serious applications.

How to use

  • download model file to checkpoints directory from huggingface
  • modify pipeline.py to adapt to your test running
  • run python pipeline.py

Results

Gemma

Qwen

Features

Features Already Added

Supported Models

Coffee

Please buy me a if you find this project useful.

About

pytorch llm inference: oh my implementation (from scratch) of some famous large language model (LLM) for inference purpose only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages