zetavg commited on
Commit
fbc105f
2 Parent(s): 7f924a0 1247a83

Merge branch 'main' into dev-2

Browse files
Files changed (1) hide show
  1. LLaMA_LoRA.ipynb +1 -1
LLaMA_LoRA.ipynb CHANGED
@@ -73,7 +73,7 @@
73
  "major, minor = map(float, numpy.__version__.split(\".\")[:2])\n",
74
  "version_float = major + minor / 10**len(str(minor))\n",
75
  "print('numpy', version_float)\n",
76
- "if version_float < 9.003:\n",
77
  " raise Exception(\"Restart the runtime by clicking the 'RESTART RUNTIME' button above (or Runtime > Restart Runtime).\")"
78
  ],
79
  "metadata": {
 
73
  "major, minor = map(float, numpy.__version__.split(\".\")[:2])\n",
74
  "version_float = major + minor / 10**len(str(minor))\n",
75
  "print('numpy', version_float)\n",
76
+ "if version_float < 1.0023:\n",
77
  " raise Exception(\"Restart the runtime by clicking the 'RESTART RUNTIME' button above (or Runtime > Restart Runtime).\")"
78
  ],
79
  "metadata": {