"...text-generation-inference.git" did not exist on "09b7c26bbdb940e4e0d2216e14fd437f89fcdeb2"
Unverified Commit 7a7f23de authored by Crutcher Dunnavant's avatar Crutcher Dunnavant Committed by GitHub
Browse files

[minor] updates to .gitignore and CONTRIBUTING.md (#992)

parent e14cca44
...@@ -2,11 +2,15 @@ ...@@ -2,11 +2,15 @@
*~ *~
*.swp *.swp
# IDEs
.idea/
# Testing # Testing
*.pyc *.pyc
*.pyo *.pyo
.mypy_cache/ .mypy_cache/
*.egg-info/ *.egg-info/
.testmondata
# Build and release # Build and release
build/ build/
......
...@@ -39,7 +39,7 @@ outlined on that page and do not file a public issue. ...@@ -39,7 +39,7 @@ outlined on that page and do not file a public issue.
## Environment setup ## Environment setup
``` ```
~$ python3 -m venv venv2 ~$ python3 -m venv venv
~$ source venv2/bin/activate ~$ source venv2/bin/activate
(venv2) ~$ cd git/fairscale/ (venv2) ~$ cd git/fairscale/
(venv2) ~/git/fairscale $ pip3 install -r requirements-dev.txt (venv2) ~/git/fairscale $ pip3 install -r requirements-dev.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment