Skip to content

Commit

Permalink
Update README.md (#11)
Browse files Browse the repository at this point in the history
* Update README.md

* Update bindings/python/README.md

Co-authored-by: Mishig Davaadorj <[email protected]>

Co-authored-by: Mishig Davaadorj <[email protected]>
  • Loading branch information
Narsil and Mishig Davaadorj authored Sep 29, 2022
1 parent 86e356f commit 4f3eccc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,18 @@ save_file(tensors, "./out.bin")
# Now loading
loaded = load_file("./out.bin")
```

### Installation

```
pip install setuptools_rust
pip install -e .
```
Should be enough to install this library locally.

### Testing

```
pip install pytest # We don't require pytest, but it's a common library used across HF.
pytest -sv tests/
```

0 comments on commit 4f3eccc

Please sign in to comment.