add requirements

This commit is contained in:
csunny
2023-04-28 18:05:24 +08:00
parent 83ae8005ae
commit d308f0f5d8
4 changed files with 11 additions and 0 deletions

3
pilot/server/chatbot.py Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python3
# -*- coding:utf-8 -*-

4
pilot/server/sqlgpt.py Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
#-*- coding: utf-8 -*-

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
accelerate==0.16.0
torch==2.0.0
torchvision==0.13.1
torchaudio==0.12.1