Lijing Bu

Results 6 comments of Lijing Bu

changing the diffusers version to diffusers==0.12.1 and reinstall works. Looks like the solution is just to specify the version diffusers==0.12.1 in environments.yaml.

Try conda config --set subdir osx-arm64 If CONDA_SUBDIR=osx-arm64 doesn't work.

Thank you so much for the prompt response. Yes, your answer clears everything up. The InterProScan integrated more than 10 HMM-based protein domain prediction programs, and the results contain the...

Why it's still using CPU? The Guide has packages for Apple Silicon installed.

0% usage of GPU on Mac A1. Speed is 1.5 frames/s. I used commands below for Apple Silicon Installation - the Readme can be updated: ``` # Comment this first...

ChatGPT suggests convert ONNX model to CoreML. Is that possible to insert some codes to do that? ``` import onnx from onnx_coreml import convert # Load the ONNX model onnx_model...