Skip to content

Commit

Permalink
delete internvl
Browse files Browse the repository at this point in the history
  • Loading branch information
gokayfem committed Nov 3, 2024
1 parent e1a48db commit bfa702a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ def check_requirements_installed(requirements_path):
requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "requirements.txt")
check_requirements_installed(requirements_path)

from .install_init import init, get_system_info, install_llama, install_autogptq
from .install_init import init, get_system_info, install_llama
system_info = get_system_info()
install_llama(system_info)
llama_cpp_agent_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "cpp_agent_req.txt")
check_requirements_installed(llama_cpp_agent_path)
install_autogptq(system_info)

init()

Expand Down

0 comments on commit bfa702a

Please sign in to comment.