Skip to content

Commit

Permalink
gitsubmodule add
Browse files Browse the repository at this point in the history
  • Loading branch information
NxPKG committed Jul 4, 2024
1 parent 0064c76 commit 958f24e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "gpt_computer_agent/chat/usearch"]
path = gpt_computer_agent/chat/usearch
url = https://github.com/deepcode-ai/usearch.git
[submodule "gpt_computer_agent/backend/llama.cpp--mainline"]
path = gpt_computer_agent/backend/llama.cpp--mainline
url = https://github.com/deepcode-ai/llama.cpp.git
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: pip install -r requirements.txt


1 change: 1 addition & 0 deletions gpt_computer_agent/backend/llama.cpp--mainline
Submodule llama.cpp--mainline added at d23287
1 change: 1 addition & 0 deletions gpt_computer_agent/chat/usearch
Submodule usearch added at 5ea48c

0 comments on commit 958f24e

Please sign in to comment.