Skip to content

Commit 6e8d3fd

Browse files
update readme
1 parent 8124684 commit 6e8d3fd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,12 @@ https://github.com/user-attachments/assets/51cf6ad1-196c-44ab-99ba-0035365f1bbd
6363
#### Requirements
6464
* Python 3.9 or higher
6565
* Ollama running `mistral-nemo`
66-
* Linux with minimum specs of Ubuntu 24.04 with RTX 4070
66+
* Linux with minimum specs of Ubuntu 24.04 with RTX 4090
6767

6868
#### Requirements Installation
6969
* Ollama install instructions:
7070
* `curl -fsSL https://ollama.com/install.sh | sh`
7171
* `ollama pull qwen2.5-coder:32b`
72-
* Requires at least a GTX 4090
7372
* `pip install nemo-agent`
7473
* You are ready to use `nemo-agent`
7574

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nemo-agent"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Your Python AI Coder"
55
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)