Skip to content

Commit

Permalink
new package
Browse files Browse the repository at this point in the history
  • Loading branch information
awadalaa committed Dec 23, 2023
1 parent bf6c282 commit 490a91b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TransAct [![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fawadalaa%2Ftransact)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fawadalaa%2Ftransact)

![PyPI](https://img.shields.io/pypi/v/transact)
![PyPI](https://img.shields.io/pypi/v/transact-tf)
[![Run Tests](https://github.com/awadalaa/transact/actions/workflows/tests.yml/badge.svg)](https://github.com/awadalaa/transact/actions/workflows/tests.yml)
[![Upload Python Package](https://github.com/awadalaa/transact/actions/workflows/python-publish.yml/badge.svg)](https://github.com/awadalaa/transact/actions/workflows/python-publish.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand All @@ -27,7 +27,7 @@ New user registration on PyPI is temporarily suspended due to malicious attacks.
Run the following to install:

```sh
pip install transact
pip install transact-tf
```

### Docker
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_version(rel_path: str) -> str:
long_description = f.read()

setup(
name="transact",
name="transact-tf",
version=get_version("transact/version.py"),
description="An implementation of TransAct: Transformer-based Realtime User Action Model for Recommendation",
packages=find_packages(),
Expand Down

0 comments on commit 490a91b

Please sign in to comment.