Skip to content

EliwiiKeeya/RWKV7_Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RWKV_Pytorch

这是一个用纯Pytorch原生实现的RWKV大语言模型的推理框架。
修改来自yuunnn-w/RWKV_Pytorch,遵循GPLv3许可证协议。

This is an inference framework for the RWKV large language model implemented natively in pure Pytorch. Modified from yuunnn-w/RWKV_Pytorch following the GPLv3 license.

使用方法(Usage)

  1. 克隆仓库 git clone https://github.com/EliwiiKeeya/RWKV7_Pytorh.git
  2. 安装pytorch。
  3. 下载 RWKV7 模型,官方仓库地址:BlinkDL/rwkv-7-world.
  4. 修改 main.py 文件的 MODEL_NAME 参数。
  5. 执行 python main.py

  1. Clone the repository git clone https://github.com/EliwiiKeeya/RWKV7_Pytorh.git.
  2. Install pytorch.
  3. Download the RWKV7 model from the official repository: BlinkDL/rwkv-7-world.
  4. Modify the MODEL_NAME parameter in the main.py file.
  5. Execute python main.py.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages