Skip to content

learningpro/llama2-webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

llama2-webui

llama2-webui

前提

自行下载Llama2项目代码和模型,将webapp.py文件放置于llama目录中,与download.sh同级位置。

运行

类似于官方example,使用torchrun命令运行即可

torchrun --nproc_per_node 1 webapp.py

效果

image

Releases

No releases published

Packages

No packages published

Languages