Skip to content

Commit

Permalink
Merge pull request #146 from animesh-007/dev
Browse files Browse the repository at this point in the history
added models.bnn_bn in pypi
  • Loading branch information
animesh-007 authored Jul 26, 2023
2 parents d4fc6ae + 116c0cf commit 1b6c150
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
<p align="center">
<br>
<img src="https://raw.githubusercontent.com/transmuteAI/trailmet/dev/docs/source/imgs/trailmet.png" width="500"/>
<img src="docs/source/imgs/trailmet.png" width="500"/>
</br>
<br>
<strong> Transmute AI Model Efficiency Toolkit </strong>
</br>
</p>
<p align="center">
<a href="https://pypi.org/project/trailmet/">
<img src="https://pepy.tech/badge/trailmet" />
</a>
<a href="https://pypi.org/project/trailmet/">
<img src="https://badge.fury.io/py/trailmet.svg" />
</a>
<a href="https://github.com/transmuteAI/trailmet/blob/dev/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/transmuteAI/trailmet?color=blue">
</a>
Expand Down Expand Up @@ -48,7 +54,7 @@ cd trailmet
conda create -n trailmet
conda activate trailmet
conda install pytorch=1.13 torchvision=0.14 pytorch-cuda=11.7 -c pytorch -c nvidia
pip install -r requirements.txt
pip install trailmet
```

# Algorithms Implemented
Expand Down
21 changes: 21 additions & 0 deletions trailmet/models/models_bnnbn/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# MIT License
#
# Copyright (c) 2023 Transmute AI Lab
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
2 changes: 1 addition & 1 deletion trailmet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
__version__ = '0.0.1rc2'
__version__ = '0.0.1rc3'


def parse_version_info(version_str):
Expand Down

0 comments on commit 1b6c150

Please sign in to comment.