You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, I notice that in Mac /usr/local/bin (where uninstall scripts are),
Installed cortex then cortex-nightly -> cortex and cortex-uninstall.sh is removed, replaced with cortex-nightly and cortex-nightly-uninstall.sh
I did not delete any files, just installed cortex then cortex-nightly
I would have expected to see both cortex AND cortex-nightly
Steps to Reproduce
No response
Screenshots / Logs
No response
What is your OS?
MacOS
Windows
Linux
What engine are you running?
cortex.llamacpp (default)
cortex.tensorrt-llm (Nvidia GPUs)
cortex.onnx (NPUs, DirectML)
The text was updated successfully, but these errors were encountered:
Hi @gabrielle-ong , you will need to uninstall the old nightly versions and install the new version of Cortex Nightly, but you can keep the stable version as it is.
I want to explain the reason why we encountered this issue. When I created the package file, I mistakenly used the same name for all three versions—stable, beta, and nightly—as 'stable,' which caused the app to have the same name across versions. As a result, macOS automatically removed the old files during installation. Currently, the stable version is fine because its name is correct, but the nightly and beta versions are mislabeled. After my fix, users will need to uninstall the old nightly and beta versions and reinstall them for everything to work properly.
Cortex version
v1.0.0 Stable and Nightly-168
Describe the Bug
Mac M1 Sillicon, tried with both mac universal network and local installers
Overall: Installed cortex then cortex-nightly -> can only run cortex-nightly
Installation:
cortex
successfully runscortex-nightly
successfully runscortex
again, no command foundIn addition, I notice that in Mac /usr/local/bin (where uninstall scripts are),
![image](https://private-user-images.githubusercontent.com/17236572/376474826-e77530f3-e095-4a0c-a701-d487e1db0629.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTgzMzcsIm5iZiI6MTczODg5ODAzNywicGF0aCI6Ii8xNzIzNjU3Mi8zNzY0NzQ4MjYtZTc3NTMwZjMtZTA5NS00YTBjLWE3MDEtZDQ4N2UxZGIwNjI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAzMTM1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIyNWRmNGYzYmZlNTBhNzk0YmVkNTIxZWNlNjk3OWQyZjVkMTc4M2U5NTdlMTUzMWY1YzRkMDM3ZDAxOTJhYzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.N_w1H4aA4yGho8GlN5qBVcLuD9uydYMlkfqilhvcvnY)
Installed cortex then cortex-nightly ->
cortex
andcortex-uninstall.sh
is removed, replaced withcortex-nightly
andcortex-nightly-uninstall.sh
I did not delete any files, just installed
cortex
thencortex-nightly
I would have expected to see both
cortex
ANDcortex-nightly
Steps to Reproduce
No response
Screenshots / Logs
No response
What is your OS?
What engine are you running?
The text was updated successfully, but these errors were encountered: