mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-01 01:04:43 +00:00
add requirements
This commit is contained in:
3
pilot/server/chatbot.py
Normal file
3
pilot/server/chatbot.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
|
4
pilot/server/sqlgpt.py
Normal file
4
pilot/server/sqlgpt.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
#-*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
accelerate==0.16.0
|
||||||
|
torch==2.0.0
|
||||||
|
torchvision==0.13.1
|
||||||
|
torchaudio==0.12.1
|
Reference in New Issue
Block a user