File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
examples/models/moshi/mimi Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ class ET_EXPERIMENTAL CudaBackend final
5252 Error load_function_pointers_into_handle (
5353 void * so_handle,
5454 AOTIDelegateHandle* handle) const {
55-
5655#define LOAD_SYMBOL (member, name ) \
5756 do { \
5857 auto symbol_res = get_function (so_handle, #name); \
@@ -75,7 +74,7 @@ class ET_EXPERIMENTAL CudaBackend final
7574
7675 handle->update_constants_from_blob =
7776 reinterpret_cast <AOTInductorModelUpdateConstantsFromBlobFunc>(
78- dlsym (so_handle, " AOTInductorModelUpdateConstantsFromBlob" ));
77+ get_function (so_handle, " AOTInductorModelUpdateConstantsFromBlob" ));
7978 if (handle->update_constants_from_blob == nullptr ) {
8079 ET_LOG (
8180 Info,
Original file line number Diff line number Diff line change 1010conda install -c conda-forge " ffmpeg<8" -y
1111pip install torchcodec==0.7.0.dev20251012 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
1212pip install moshi==0.2.4 --no-deps
13- pip install bitsandbytes soundfile
13+ pip install bitsandbytes soundfile einops
1414# Run llama2/install requirements for torchao deps
1515SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
1616bash " $SCRIPT_DIR " /../../llama/install_requirements.sh
You can’t perform that action at this time.
0 commit comments