Skip to content

Commit a443c08

Browse files
committed
More fixes
1 parent ce1d659 commit a443c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/scripts/setup-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ print_cmake_info() {
9999
# Explicitly add conda env lib folder to cmake rpath to address the flaky issue
100100
# where cmake dependencies couldn't be found. This seems to point to how conda
101101
# links $CMAKE_EXEC to its package cache when cloning a new environment
102-
install_name_tool -add_rpath @executable_path/../lib "${CMAKE_EXEC}" || true
102+
# install_name_tool -add_rpath @executable_path/../lib "${CMAKE_EXEC}" || true
103103
# Adding the rpath will invalidate cmake signature, so signing it again here
104104
# to trust the executable. EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid))
105105
# with an exit code 137 otherwise

examples/models/moshi/mimi/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -x
99

1010
conda install -c conda-forge "ffmpeg<8" -y
1111
pip install torchcodec==0.7.0.dev20251012 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
12-
pip install moshi==0.2.11 --no-deps
12+
pip install moshi==0.2.11
1313
pip install bitsandbytes soundfile einops
1414
# Run llama2/install requirements for torchao deps
1515
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

0 commit comments

Comments
 (0)