Skip to content

Commit 905a509

Browse files
author
mike dupont
committed
more submodules
1 parent ebc8400 commit 905a509

20 files changed

+2145
-0
lines changed

.gitmodules

+18
Original file line numberDiff line numberDiff line change
@@ -2386,3 +2386,21 @@
23862386
[submodule "2023/04/27/introspector/src/torch-geometric"]
23872387
path = 2023/04/27/introspector/src/torch-geometric
23882388
url = https://github.com/pyg-team/pytorch_geometric
2389+
[submodule "2023/12/17/sqlgg"]
2390+
path = 2023/12/17/sqlgg
2391+
url = https://repo.or.cz/sqlgg.git
2392+
[submodule "2023/12/15/gsdl"]
2393+
path = 2023/12/15/gsdl
2394+
url = https://gitlab.com/gopiandcode/gsdl
2395+
[submodule "2023/12/13/compcertssa"]
2396+
path = 2023/12/13/compcertssa
2397+
url = https://gitlab.inria.fr/compcertssa/compcertssa.git
2398+
[submodule "2023/12/24/orsetto"]
2399+
path = 2023/12/24/orsetto
2400+
url = https://bitbucket.org/jhw/orsetto
2401+
[submodule "2023/12/08/depot_tools"]
2402+
path = 2023/12/08/depot_tools
2403+
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
2404+
[submodule "2023/12/03/Batman_AI"]
2405+
path = 2023/12/03/Batman_AI
2406+
url = https://huggingface.co/datasets/Deadsg/Batman_AI

2023/03/add.sh

Whitespace-only changes.

2023/04/add.sh

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
git submodule add https://github.com/nomic-ai/gpt4all-ui.git ./29/gpt4all-ui
2+
git submodule add https://github.com/yoheinakajima/babyagi.git ./29/local-llm/babyagi
3+
git submodule add https://github.com/nomic-ai/pygpt4all.git ./29/local-llm/pygpt4all
4+
git submodule add https://github.com/eyurtsev/kor.git ./29/local-llm/kor
5+
git submodule add https://github.com/EliasVincent/vicunia.git ./29/local-llm/vicunia
6+
git submodule add https://github.com/nomic-ai/gpt4all-chat.git ./29/local-llm/gpt4all-chat
7+
git submodule add https://github.com/kostyk348/alpaca.cpp.git ./29/local-llm/merge
8+
git submodule add https://github.com/boto/botocore.git ./29/local-llm/alpaca.cpp/inputs/botocore
9+
git submodule add https://github.com/boto/boto3.git ./29/local-llm/alpaca.cpp/inputs/boto3
10+
git submodule add https://github.com/boto/botostubs.git ./29/local-llm/alpaca.cpp/inputs/botostubs
11+
git submodule add https://github.com/aws/aws-cli.git ./29/local-llm/alpaca.cpp/inputs/aws-cli
12+
git submodule add https://github.com/ggerganov/llama.cpp.git ./29/local-llm/alpaca.cpp
13+
git submodule add https://github.com/nomic-ai/gpt4all.git ./29/local-llm/gpt4all-old
14+
git submodule add https://github.com/cocktailpeanut/dalai.git ./29/local-llm/dalai
15+
git submodule add https://github.com/mpociot/llamero.git ./29/local-llm/llamero
16+
git submodule add https://github.com/yrvelez/llama_gui.git ./29/local-llm/llama_gui
17+
git submodule add https://gist.github.com/6517823485f88a40a09979c1a19561ce.git ./29/local-llm/test-alpaca-generator
18+
git submodule add https://github.com/huggingface/transformers ./29/local-llm/text-generation-webui/src/transformers
19+
git submodule add https://github.com/thomasantony/text-generation-webui.git ./29/local-llm/text-generation-webui
20+
git submodule add https://github.com/reorx/awesome-chatgpt-api.git ./29/local-llm/train/awesome-chatgpt-api
21+
git submodule add https://github.com/promptslab/Promptify.git ./29/local-llm/train/Promptify
22+
git submodule add https://github.com/OpenMindClub/awesome-chatgpt.git ./29/local-llm/train/awesome-chatgpt
23+
git submodule add https://github.com/HazyResearch/ama_prompting.git ./29/local-llm/train/ama_prompting
24+
git submodule add https://github.com/promptslab/Awesome-Prompt-Engineering.git ./29/local-llm/train/Awesome-Prompt-Engineering
25+
git submodule add https://github.com/linonetwo/langchain-alpaca.git ./29/local-llm/langchain-alpaca
26+
git submodule add https://github.com/ggerganov/llama.cpp.git ./29/local-llm/llama.cpp
27+
git submodule add https://github.com/qwopqwop200/GPTQ-for-LLaMa.git ./29/local-llm/GPTQ-for-LLaMa
28+
git submodule add https://github.com/robertschulze/langchain.git ./29/local-llm/langchain
29+
git submodule add https://github.com/yizhongw/self-instruct.git ./29/local-llm/self-instruct
30+
git submodule add https://github.com/chris-alexiuk/alpaca-lora.git ./29/local-llm/alpaca-lora
31+
git submodule add https://github.com/huggingface/text-generation-inference.git ./29/local-llm/text-generation-inference
32+
git submodule add https://github.com/deep-diver/Alpaca-LoRA-Serve.git ./29/local-llm/Alpaca-LoRA-Serve
33+
git submodule add https://github.com/lm-sys/FastChat.git ./29/local-llm/FastChat
34+
git submodule add https://github.com/abetlen/llama-cpp-python.git ./29/local-llm/llama-cpp-python
35+
git submodule add https://github.com/karpathy/nanoGPT.git ./29/local-llm/nanoGPT
36+
git submodule add https://github.com/huggingface/peft.git ./28/gpt4all
37+
git submodule add https://github.com/python/peps.git ./27/introspector/datasources/python/pep/peps
38+
git submodule add https://github.com/python/pyperformance.git ./27/introspector/input/pyperformance
39+
git submodule add https://github.com/YoloSwagTeam/ast2json.git ./27/introspector/input/ast2json
40+
git submodule add https://github.com/pyecore/pyuml2.git ./27/introspector/src/pyuml2
41+
git submodule add https://github.com/pyg-team/pytorch_geometric ./27/introspector/src/torch-geometric

2023/05/add.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
git submodule add https://github.com/canonical/microk8s.git ./01/microk8s
2+
git submodule add https://github.com/ROCmSoftwarePlatform/hipify_torch.git ./01/FBGEMM
3+
git submodule add https://github.com/kubernetes/kubernetes.git ./01/kubernetes
4+
git submodule add https://github.com/pyecore/pyuml2.git ./10/pyuml2

2023/06/add.sh

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
git submodule add https://github.com/traefik/mesh.git ./15/mesh
2+
git submodule add https://github.com/pyg-team/pytorch_geometric.git ./03/pytorch_geometric
3+
git submodule add https://github.com/afiskon/simple-genetic-algorithm.git ./19/simple-genetic-algorithm
4+
git submodule add https://github.com/mhwombat/creatur.git ./19/creatur
5+
git submodule add https://github.com/haskell-suite/haskell-src-exts.git ./19/haskell-src-exts
6+
git submodule add https://github.com/haskell/vscode-haskell.git ./19/vscode-haskell
7+
git submodule add https://github.com/spinda/liquidhaskell-cabal.git ./19/liquidhaskell-cabal
8+
git submodule add https://github.com/austinvhuang/awesome-haskell-deep-learning.git ./19/awesome-haskell-deep-learning
9+
git submodule add https://github.com/HuwCampbell/grenade.git ./19/grenade
10+
git submodule add https://github.com/abarbu/haskell-torch.git ./19/haskell-torch
11+
git submodule add https://github.com/haskell-hint/hint.git ./19/hint
12+
git submodule add https://github.com/elm/compiler.git ./19/compiler
13+
git submodule add https://github.com/gibiansky/IHaskell ./19/IHaskell
14+
git submodule add https://github.com/ucsd-progsys/liquid-fixpoint.git ./19/liquidhaskell
15+
git submodule add https://github.com/thma/lispkit.git ./19/lispkit
16+
git submodule add https://github.com/Superstar64/sky.git ./19/sky

0 commit comments

Comments
 (0)