mysql backup
This commit is contained in:
5
ai/openai-test.py
Normal file
5
ai/openai-test.py
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
||||
|
||||
tokenizer = AutoTokenizer.from_pretrained("/opt/local/openai/whisper-large-v2")
|
||||
model = AutoModelForSeq2SeqLM.from_pretrained("bigscience/T0_3B")
|
7
ai/配置服务器.md
Normal file
7
ai/配置服务器.md
Normal file
@ -0,0 +1,7 @@
|
||||
1. 安装anaconda,维护python版本
|
||||
|
||||
https://www.anaconda.com/download/success
|
||||
|
||||
|
||||
```wget https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh```
|
||||
|
Reference in New Issue
Block a user