Skip to content

Commit

Permalink
Deploying to gh-pages from @ 72cbf9e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jul 21, 2024
1 parent e541fb4 commit 891db66
Show file tree
Hide file tree
Showing 2,164 changed files with 28,041 additions and 1,789 deletions.
4 changes: 4 additions & 0 deletions dev/entry/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: dca9544f5475ec2eee466203b6322170
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added dev/entry/.doctrees/api_doc/archive/index.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/cache/delete.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/cache/index.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/config/index.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/config/meta.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/entry/base.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/entry/cli.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/entry/clone.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/entry/index.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/entry/index_.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/entry/ls.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/entry/ls_repo.doctree
Binary file not shown.
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/entry/upload.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/entry/whoami.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/index/fetch.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/index/index.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/index/make.doctree
Binary file not shown.
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/operate/base.doctree
Binary file not shown.
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/operate/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/utils/binary.doctree
Binary file not shown.
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/utils/index.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/utils/path.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/utils/tqdm_.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/api_doc/utils/walk.doctree
Binary file not shown.
Binary file added dev/entry/.doctrees/environment.pickle
Binary file not shown.
Binary file added dev/entry/.doctrees/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
114 changes: 114 additions & 0 deletions dev/entry/.doctrees/nbsphinx/information/environment.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
},
"source": [
"# Run Environment Information"
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
},
"source": [
"Here is the information from the running environment."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-07-21T07:52:12.758855Z",
"iopub.status.busy": "2024-07-21T07:52:12.758278Z",
"iopub.status.idle": "2024-07-21T07:52:13.926335Z",
"shell.execute_reply": "2024-07-21T07:52:13.925667Z"
},
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"OS: Linux-6.5.0-1023-azure-x86_64-with-glibc2.34\n",
"Python: CPython 3.8.18\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"CPU Brand: AMD EPYC 7763 64-Core Processor\n",
"CPU Count: 4\n",
"CPU Freq: 2923.05675 MHz\n",
"Memory Size: 15.606 GiB\n",
"Has CUDA: No\n"
]
}
],
"source": [
"import os\n",
"import platform\n",
"import shutil\n",
"\n",
"import cpuinfo\n",
"import psutil\n",
"from hbutils.scale import size_to_bytes_str\n",
"\n",
"print('OS:', platform.platform())\n",
"print('Python:', platform.python_implementation(), platform.python_version())\n",
"print('CPU Brand:', cpuinfo.get_cpu_info()[\"brand_raw\"])\n",
"print('CPU Count:', os.cpu_count())\n",
"print('CPU Freq:', psutil.cpu_freq().current, 'MHz')\n",
"print('Memory Size:', size_to_bytes_str(psutil.virtual_memory().total, precision=3))\n",
"print('Has CUDA:', 'Yes' if shutil.which('nvidia-smi') else 'No')"
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
},
"source": [
"Please note that, this information in deployed documentation is automatically executed on Github Action. Therefore, some performance data may be different with your local environment"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"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.8.18"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
114 changes: 114 additions & 0 deletions dev/entry/.doctrees/nbsphinx/information/environment.result.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
},
"source": [
"# Run Environment Information"
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
},
"source": [
"Here is the information from the running environment."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-07-21T07:22:54.938901Z",
"iopub.status.busy": "2024-07-21T07:22:54.938694Z",
"iopub.status.idle": "2024-07-21T07:22:56.111878Z",
"shell.execute_reply": "2024-07-21T07:22:56.111130Z"
},
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"OS: Linux-6.5.0-1023-azure-x86_64-with-glibc2.34\n",
"Python: CPython 3.8.18\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"CPU Brand: AMD EPYC 7763 64-Core Processor\n",
"CPU Count: 4\n",
"CPU Freq: 2976.9235 MHz\n",
"Memory Size: 15.606 GiB\n",
"Has CUDA: No\n"
]
}
],
"source": [
"import os\n",
"import platform\n",
"import shutil\n",
"\n",
"import cpuinfo\n",
"import psutil\n",
"from hbutils.scale import size_to_bytes_str\n",
"\n",
"print('OS:', platform.platform())\n",
"print('Python:', platform.python_implementation(), platform.python_version())\n",
"print('CPU Brand:', cpuinfo.get_cpu_info()[\"brand_raw\"])\n",
"print('CPU Count:', os.cpu_count())\n",
"print('CPU Freq:', psutil.cpu_freq().current, 'MHz')\n",
"print('Memory Size:', size_to_bytes_str(psutil.virtual_memory().total, precision=3))\n",
"print('Has CUDA:', 'Yes' if shutil.which('nvidia-smi') else 'No')"
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
},
"source": [
"Please note that, this information in deployed documentation is automatically executed on Github Action. Therefore, some performance data may be different with your local environment"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"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.8.18"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Binary file not shown.
Binary file not shown.
Empty file added dev/entry/.nojekyll
Empty file.
Loading

0 comments on commit 891db66

Please sign in to comment.