Skip to content

Commit

Permalink
Update repo links on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hushchyn-mikhail authored Jun 23, 2024
1 parent 7181702 commit f355540
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install probaforms
```
or
```python
git clone https://github.com/HSE-LAMBDA/probaforms.git
git clone https://github.com/hse-cs/probaforms
cd probaforms
pip install -e .
```
Expand All @@ -31,7 +31,7 @@ poetry install
```

## Basic usage
(See more examples in the [documentation](https://hse-lambda.github.io/probaforms).)
(See more examples in the [documentation](https://hse-cs.github.io/probaforms).)

The following code snippet generates a noisy synthetic data, fits a conditional generative model, sample new objects, and displays the results.

Expand Down Expand Up @@ -59,9 +59,9 @@ plt.show()

## Support

- Home: [https://github.com/HSE-LAMBDA/probaforms](https://github.com/HSE-LAMBDA/probaforms)
- Documentation: [https://hse-lambda.github.io/probaforms](https://hse-lambda.github.io/probaforms)
- For any usage questions, suggestions and bugs use the [issue page](https://github.com/HSE-LAMBDA/probaforms/issues), please.
- Home: [https://github.com/hse-cs/probaforms](https://github.com/hse-cs/probaforms)
- Documentation: [https://hse-cs.github.io/probaforms](https://hse-cs.github.io/probaforms)
- For any usage questions, suggestions and bugs use the [issue page](https://github.com/hse-cs/probaforms/issues), please.

## Thanks to all our contributors

Expand Down

0 comments on commit f355540

Please sign in to comment.