Skip to content

Commit 05cb0be

Browse files
committed
(fix) fixed banner link
1 parent 80419ba commit 05cb0be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# **SymbolicAI**
2-
<img src="https://github.com/ExtensityAI/symbolicai/raw/refs/heads/main/assets/images/banner">
2+
<img src="https://raw.githubusercontent.com/ExtensityAI/symbolicai/refs/heads/main/assets/images/banner.png">
33

44
### **A Neuro-Symbolic Perspective on Large Language Models (LLMs)**
55

symai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
os.environ['TOKENIZERS_PARALLELISM'] = "false"
2828

2929

30-
SYMAI_VERSION = "0.7.3"
30+
SYMAI_VERSION = "0.7.4"
3131
__version__ = SYMAI_VERSION
3232
__root_dir__ = settings.HOME_PATH / '.symai'
3333

0 commit comments

Comments
 (0)