Skip to content

Commit

Permalink
increase dir length
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez authored Nov 15, 2023
1 parent b76b951 commit ded780e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/common.base_auto.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
"with tempfile.TemporaryDirectory() as tmpdir:\n",
" path = Path(tmpdir)\n",
" # the ray folder has around 150 characters, limit for windows is 260\n",
" long_path = path / (110 * 'a')\n",
" long_path = path / (210 * 'a')\n",
" long_path.mkdir()\n",
" os.environ[\"RAY_AIR_LOCAL_CACHE_DIR\"] = str(long_path)\n",
" auto = BaseAuto(h=12, loss=MAE(), valid_loss=MSE(), cls_model=MLP, config=config, num_samples=2, cpus=1, gpus=0)\n",
Expand Down

0 comments on commit ded780e

Please sign in to comment.