Skip to content

Commit

Permalink
COLM discussion period
Browse files Browse the repository at this point in the history
  • Loading branch information
smsharma committed Jun 7, 2024
1 parent 6fb4f16 commit 2c4f7c3
Show file tree
Hide file tree
Showing 38 changed files with 3,022 additions and 193 deletions.
29 changes: 22 additions & 7 deletions notebooks/01_create_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/tmp/ipykernel_686495/2595349252.py:1: DeprecationWarning: \n",
"Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),\n",
"(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)\n",
"but was not found to be installed on your system.\n",
"If this would cause problems for you,\n",
"please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466\n",
" \n",
" import pandas as pd\n"
]
}
],
"source": [
"import pandas as pd\n",
"import sys\n",
Expand Down Expand Up @@ -362,9 +377,9 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-03-10 21:38:14.892529: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n",
"2024-03-10 21:38:14.893121: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n",
"2024-03-10 21:38:14.939886: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n"
"2024-06-05 20:47:58.654493: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n",
"2024-06-05 20:47:58.661695: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n",
"2024-06-05 20:47:59.004115: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n"
]
}
],
Expand Down Expand Up @@ -449,7 +464,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand All @@ -462,7 +477,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "e39af00b4ac84ce39bfb38fa212b9056",
"model_id": "664a58b2f9a94772a21181105e5d0897",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -915,7 +930,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "multimodal-hubble",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
Loading

0 comments on commit 2c4f7c3

Please sign in to comment.