mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-16 06:56:33 +00:00
fixed
This commit is contained in:
parent
3f9c1ea7d0
commit
7d8f73afe7
@ -124,11 +124,12 @@ class LollmsPaths:
|
||||
ASCIIColors.info("No extensions found in your personal space.\nCloning the extensions zoo")
|
||||
subprocess.run(["git", "clone", extensions_zoo_repo, self.extensions_zoo_path])
|
||||
|
||||
if not self.gptqlora_path.exists():
|
||||
# QLora should be installed by the application
|
||||
#if not self.gptqlora_path.exists():
|
||||
# Clone the repository to the target path
|
||||
ASCIIColors.info("No gptqlora found in your personal space.\nCloning the gptqlora repo")
|
||||
subprocess.run(["git", "clone", gptqlora_repo, self.gptqlora_path])
|
||||
subprocess.run(["pip", "install", "-r", "requirements.txt"], cwd=self.gptqlora_path)
|
||||
#ASCIIColors.info("No gptqlora found in your personal space.\nCloning the gptqlora repo")
|
||||
#subprocess.run(["git", "clone", gptqlora_repo, self.gptqlora_path])
|
||||
#subprocess.run(["pip", "install", "-r", "requirements.txt"], cwd=self.gptqlora_path)
|
||||
|
||||
|
||||
def copy_default_config(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user