-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
who to run aqlm model #250
Comments
ISTA-DASLab/Llama-3.2-1B-AQLM-PV-2Bit-2x8 |
Some models require installing special programs |
??????? pip install optimum |
How to install programs in the program؟ |
Is it possible to install specific programs in the program? |
How do I get to miniconda3transformerlab-app |
Depending on what you are trying to do, the main ways you would extend the program would be:
If you just want to install libraries to the environment you can do so but you need to be in the right conda environment. If you run If you want to change core functionality in the engine that runs the app, you might want to actually clone the API. In that case I suggest doing "Manual Step-by-step install" on this page: |
I searched and did not find. Is there a way to add specific libraries? |
As I mentioned, if you only want to install a library you would use conda on the command line like But usually, if you are installing a library you also want to add functionality to use it. To do that you would create or edit a plugin. |
(base) C:\Windows\system32>conda info --envs conda environments:base * C:\ProgramData\anaconda3 (base) C:\Windows\system32> |
win10 |
If you are running on Windows, the engine is running in WSL. So in order to interact with the environment you will have to work inside of WSL. |
I am in Windows without wsl |
I have run |
I use Anaconda and the program uses Mini Conda3 and I don't know where its path is |
How to install libraries manually |
in win 10 |
who to run aqlm model??????
The text was updated successfully, but these errors were encountered: