Skip to content

Commit 1f5c6ed

Browse files
committed
bump major version and fix google colab
1 parent 7d7da07 commit 1f5c6ed

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

installer_scripts/js/initializeApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const getInstallerFilesPath = (...files) => resolve(__dirname, "..", ...files);
129129
const gpuFile = getInstallerFilesPath(".gpu");
130130
const majorVersionFile = getInstallerFilesPath(".major_version");
131131
const pipPackagesFile = getInstallerFilesPath(".pip_packages");
132-
const majorVersion = "3";
132+
const majorVersion = "4";
133133

134134
const versions = JSON.parse(
135135
fs.readFileSync(getInstallerFilesPath("versions.json"))

notebooks/google_colab.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,16 @@
4444
"# !uv pip install --no-progress --system hydra-core==1.3.2\n",
4545
"!uv pip install --no-progress --system nvidia-ml-py\n",
4646
"# !uv pip install --no-progress --system soundfile==0.12.1\n",
47+
"!uv pip install --no-progress --system huggingface_hub==0.25.2\n",
4748
"\n",
4849
"\n",
4950
"# Get latest Node.js\n",
50-
"!wget https://nodejs.org/dist/v22.9.0/node-v22.9.0-linux-x64.tar.gz \n",
51-
"!tar xfz node-v22.9.0-linux-x64.tar.gz \n",
52-
"!cp -r node-v22.9.0-linux-x64/* /usr/local/\n",
51+
"# !wget https://nodejs.org/dist/v22.9.0/node-v22.9.0-linux-x64.tar.gz \n",
52+
"# !tar xfz node-v22.9.0-linux-x64.tar.gz \n",
53+
"# !cp -r node-v22.9.0-linux-x64/* /usr/local/\n",
5354
"\n",
54-
"# Build the React UI\n",
55-
"!cd react-ui && npm install && npm run build"
55+
"# # Build the React UI\n",
56+
"# !cd react-ui && npm install && npm run build"
5657
]
5758
},
5859
{

0 commit comments

Comments
 (0)