Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 63dc04e

Browse filesBrowse files
committed
Update README and setup.py
1 parent 8d7c41c commit 63dc04e
Copy full SHA for 63dc04e

2 files changed

+15-1Lines changed: 15 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,18 @@ Experimental implementation of approximate free-energy minimization in PyTorch.
66

77
**Blog post:**
88

9+
## Setup
10+
11+
Install package in editable mode:
12+
13+
```bash
14+
$ pip install -e .
15+
```
16+
17+
Run tests with:
18+
19+
```bash
20+
$ python -m unittest
21+
```
22+
923
## References
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
author='Matthias Bal',
1010
author_email='matthiascbal@gmail.com',
1111
url='https://github.com/mcbal/afem',
12-
keywords=['artificial intelligence', 'attention mechanism'],
12+
keywords=['artificial intelligence', 'attention mechanism', 'free energy', 'partition function', 'transformers'],
1313
install_requires=['einops>=0.3', 'numpy>=1.19', 'torch>=1.8'],
1414
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.