{ "cells": [ { "cell_type": "code", "execution_count": null, "id": "28251948-ea02-4d1c-a460-8b3b074d4a62", "metadata": { "execution": { "iopub.execute_input": "2026-04-30T06:57:39.151380Z", "iopub.status.busy": "2026-04-30T06:57:39.150767Z", "iopub.status.idle": "2026-04-30T06:57:42.023146Z", "shell.execute_reply": "2026-04-30T06:57:42.020362Z", "shell.execute_reply.started": "2026-04-30T06:57:39.151292Z" } }, "outputs": [], "source": [ "import torch\n", "print(torch.__version__)\n", "print(torch.cuda.is_available())" ] }, { "cell_type": "code", "execution_count": null, "id": "dbc835cb-37b8-4585-bf51-7fef4f22a9a3", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "torch2.11.0-py3.11-cuda13.0", "language": "python", "name": "torch2.11.0-py3.11-cuda13.0" }, "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.11.15" } }, "nbformat": 4, "nbformat_minor": 5 }