Spaces:
Sleeping
Sleeping
nursulu
commited on
Commit
·
53a7d09
1
Parent(s):
ceec8fc
updates
Browse files- test.ipynb +68 -0
test.ipynb
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": 1,
|
6 |
+
"metadata": {},
|
7 |
+
"outputs": [
|
8 |
+
{
|
9 |
+
"name": "stdout",
|
10 |
+
"output_type": "stream",
|
11 |
+
"text": [
|
12 |
+
"Looking in indexes: https://download.pytorch.org/whl/cu121, https://pypi.ngc.nvidia.com\n",
|
13 |
+
"Requirement already satisfied: torch in c:\\programdata\\anaconda3\\lib\\site-packages (2.1.2+cu121)\n",
|
14 |
+
"Requirement already satisfied: torchvision in c:\\programdata\\anaconda3\\lib\\site-packages (0.16.2+cu121)\n",
|
15 |
+
"Requirement already satisfied: torchaudio in c:\\programdata\\anaconda3\\lib\\site-packages (2.1.2+cu121)\n",
|
16 |
+
"Requirement already satisfied: filelock in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from torch) (3.13.1)\n",
|
17 |
+
"Requirement already satisfied: typing-extensions in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from torch) (4.9.0)\n",
|
18 |
+
"Requirement already satisfied: sympy in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from torch) (1.12)\n",
|
19 |
+
"Requirement already satisfied: networkx in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from torch) (3.2.1)\n",
|
20 |
+
"Requirement already satisfied: jinja2 in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from torch) (3.1.3)\n",
|
21 |
+
"Requirement already satisfied: fsspec in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from torch) (2023.12.2)\n",
|
22 |
+
"Requirement already satisfied: numpy in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from torchvision) (1.26.4)\n",
|
23 |
+
"Requirement already satisfied: requests in c:\\programdata\\anaconda3\\lib\\site-packages (from torchvision) (2.32.3)\n",
|
24 |
+
"Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from torchvision) (10.4.0)\n",
|
25 |
+
"Requirement already satisfied: MarkupSafe>=2.0 in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from jinja2->torch) (2.1.3)\n",
|
26 |
+
"Requirement already satisfied: charset-normalizer<4,>=2 in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from requests->torchvision) (3.3.2)\n",
|
27 |
+
"Requirement already satisfied: idna<4,>=2.5 in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from requests->torchvision) (3.6)\n",
|
28 |
+
"Requirement already satisfied: urllib3<3,>=1.21.1 in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from requests->torchvision) (1.26.15)\n",
|
29 |
+
"Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\nursulu_1\\appdata\\roaming\\python\\python311\\site-packages (from requests->torchvision) (2023.11.17)\n",
|
30 |
+
"Requirement already satisfied: mpmath>=0.19 in c:\\programdata\\anaconda3\\lib\\site-packages (from sympy->torch) (1.3.0)\n",
|
31 |
+
"Note: you may need to restart the kernel to use updated packages.\n"
|
32 |
+
]
|
33 |
+
}
|
34 |
+
],
|
35 |
+
"source": [
|
36 |
+
"pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121"
|
37 |
+
]
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"cell_type": "code",
|
41 |
+
"execution_count": null,
|
42 |
+
"metadata": {},
|
43 |
+
"outputs": [],
|
44 |
+
"source": []
|
45 |
+
}
|
46 |
+
],
|
47 |
+
"metadata": {
|
48 |
+
"kernelspec": {
|
49 |
+
"display_name": "base",
|
50 |
+
"language": "python",
|
51 |
+
"name": "python3"
|
52 |
+
},
|
53 |
+
"language_info": {
|
54 |
+
"codemirror_mode": {
|
55 |
+
"name": "ipython",
|
56 |
+
"version": 3
|
57 |
+
},
|
58 |
+
"file_extension": ".py",
|
59 |
+
"mimetype": "text/x-python",
|
60 |
+
"name": "python",
|
61 |
+
"nbconvert_exporter": "python",
|
62 |
+
"pygments_lexer": "ipython3",
|
63 |
+
"version": "3.11.5"
|
64 |
+
}
|
65 |
+
},
|
66 |
+
"nbformat": 4,
|
67 |
+
"nbformat_minor": 2
|
68 |
+
}
|