File size: 1,624 Bytes
2bf5d6e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "d2b58eda-06bc-4f2a-9e8d-fb850811b104",
   "metadata": {},
   "source": [
    "# Welcome to the `timm` optimized Jupyter Space\n",
    "\n",
    "This is a re-worked version of the JuptyerLab template: https://huggingface.co./spaces/SpacesExamples/jupyterlab\n",
    "\n",
    "Key changes:\n",
    "* Cleaned up Dockerfile\n",
    "* Update to newer Ubuntu CUDA image, Python 3.12\n",
    "* Removed Pillow and build & install Pillow-SIMD instead (better CPU utilization for workloads with image pre-processing)\n",
    "* Pre-install Torch, `datasets`, `transformers`, and of course `timm`\n",
    "* A `setup_timm_scripts` script to download train, validate, benchmark, and inference scripts from the current release to your `CWD`\n",
    "* A `setup_timm_dev` script to checkout timm into folder in your `CWD` and pip install in editable model. Link scripts to `CWD`\n",
    "* Default to `/data` for terminal launch to match default notebook folder\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "id": "bb6b9a86-17d5-474a-baf6-85403a9c9e1e",
   "metadata": {},
   "outputs": [],
   "source": []
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.12.8"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}