소스 검색

Update README.md

oobabooga 3 년 전
부모
커밋
e0583f0ec2
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -39,7 +39,7 @@ One way to make this process about 10x faster is to convert the models to pytorc
 
 The output model will be saved to `torch-dumps/model-name.pt`. This is the default way to load all models except for `gpt-neox-20b`, `opt-13b`, `OPT-13B-Erebus`, `gpt-j-6B`, and `flan-t5`. I don't remember why these models are exceptions.
 
-If I get enough ⭐s on this repository, I will make the process of loading models more transparent and straightforward.
+If I get enough ⭐s on this repository, I will make the process of loading models saner and more customizable.
 
 ## Starting the webui
 
@@ -47,3 +47,7 @@ If I get enough ⭐s on this repository, I will make the process of loading mode
     python server.py
 
 Then browse to `http://localhost:7860/?__theme=dark`
+
+## Contributing
+
+Pull requests are welcome.