mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Set up basic test gh worklows (#79)
* Set up basic test gh worklows * update file paths * env check * add env check * Update requirements.txt * simplify * upd
This commit is contained in:
committed by
GitHub
parent
9d6da22ebb
commit
ca96abac8a
@@ -11,13 +11,13 @@
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"[OK] Your Python version is 3.10.12\n",
|
||||
"numpy >= 1.24.3 \n",
|
||||
"matplotlib >= 3.7.1. \n",
|
||||
"jupyterlab >= 4.0. \n",
|
||||
"tensorflow >= 2.15.0 \n",
|
||||
"torch >= 2.0.1 \n",
|
||||
"tqdm >= 4.66.1 \n",
|
||||
"tiktoken >= 0.5.1 \n"
|
||||
"[OK] numpy 1.26.0\n",
|
||||
"[OK] matplotlib 3.8.2\n",
|
||||
"[OK] jupyterlab 4.0.6\n",
|
||||
"[OK] tensorflow 2.15.0\n",
|
||||
"[OK] torch 2.2.1\n",
|
||||
"[OK] tqdm 4.66.1\n",
|
||||
"[OK] tiktoken 0.5.1\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user