Skip to content

Commit 3f6b94c

Browse files
committed
updated installation instructions re smolagents
1 parent d03c68d commit 3f6b94c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/00_setup/environment-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ dependencies:
4343
- llama-index-embeddings-huggingface
4444
- tokenizers==0.21.0
4545
- pypdf
46-
- smolagents==0.1.3
46+
- smolagents==1.0.0
4747
prefix: C:\Users\haase\miniconda3\envs\genai-cpu

docs/00_setup/environment-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ dependencies:
4949
- llama-index-embeddings-huggingface
5050
- tokenizers==0.21.0
5151
- pypdf
52-
- smolagents==0.1.3
52+
- smolagents==1.0.0
5353
prefix: C:\Users\haase\miniconda3\envs\genai-gpu

docs/66_arxiv_agent/multiagent_write_review.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"* A scheduler which distributes tasks to the other agents.\n",
1616
"\n",
1717
"**Note:** For technical reasons, we only read the abstract. \n",
18-
"Of course, as in read life, it would be better to read the entire paper, but this exceeds token limits of SOTA open-weight LLMs.\n",
19-
"\n",
20-
"This notebook will only work with an upcoming release of smolagents (> 0.1.3)."
18+
"Of course, as in read life, it would be better to read the entire paper, but this exceeds token limits of SOTA open-weight LLMs."
2119
]
2220
},
2321
{

0 commit comments

Comments
 (0)