update Requirements

This commit is contained in:
LiangSong 2023-03-27 14:10:07 +08:00
parent 0f8acb8882
commit 8dd47aee90
2 changed files with 6 additions and 6 deletions

View File

@ -43,10 +43,10 @@ Open-Llama是一个开源项目提供了一整套用于构建大型语言模
## **要求**
- Python 3.7 或更高版本
- PyTorch 1.11 或更高版本
- [Transformers库](https://huggingface.co/docs/transformers/index)
- PyTorch 1.13
- 特殊版本的[Transformers库](https://github.com/Bayes-Song/transformers)
- [Accelerate库](https://huggingface.co/docs/accelerate/index)
- CUDA 11.1 或更高版本(用于 GPU 加速基于CUDA11.7进行测试)
- CUDA 11.6 或更高版本(用于 GPU 加速基于CUDA11.7进行测试)
## **入门指南**
### 安装

View File

@ -39,10 +39,10 @@ When training language models, we aim to build a universal model that can be use
- **Field universality**: We hope that the model can not only help with everyday problems but also assist in professional fields such as science and law.
## **Requirements**
- Python 3.7 or higher
- PyTorch 1.11 or higher
- [Transformers library](https://huggingface.co/docs/transformers/index)
- PyTorch 1.13
- Customized [Transformers library](https://github.com/Bayes-Song/transformers)
- [Accelerate library](https://huggingface.co/docs/accelerate/index)
- CUDA 11.1 or higher version (for GPU acceleration, tested based on CUDA 11.7)
- CUDA 11.6 or higher version (for GPU acceleration, tested based on CUDA 11.7)
## **Getting Started**
### Installation
Use the following command to install the required dependencies: