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:
Sebastian Raschka
2024-03-18 11:58:37 -05:00
committed by GitHub
parent 9d6da22ebb
commit ca96abac8a
13 changed files with 50241 additions and 110 deletions

View File

@@ -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"
]
}
],