forked from commune-ai/commune
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (29 loc) · 866 Bytes
/
.gitmodules
File metadata and controls
31 lines (29 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[submodule "frontend"]
path = frontend
url = https://github.com/commune-ai/frontend
branch = docs
[submodule "subspace"]
path = subspace
url = https://github.com/commune-ai/subspace.git
branch = main
# the repos below are not used in the current version of the code
[submodule "diffusers"]
path = repo/diffusers
url = https://github.com/commune-ai/diffusers.git
branch = main
[submodule "bittensor"]
path = repo/bittensor
url = https://github.com/opentensor/bittensor.git
branch = master
[submodule "trl"]
path = trl
url = https://github.com/lvwerra/trl
[submodule "transformers"]
path = repo/transformers
url = https://github.com/huggingface/transformers.git
[submodule "subtensor"]
path = repo/subtensor
url = https://github.com/opentensor/subtensor
[submodule "telemetry"]
path = telemetry
url = https://github.com/commune-ai/telemetry.git