Vercel: β¨ Agi-Git Link β¨
AgiGit is the future gitπ€©.
The Agigit project primarily has two objectives.
-
The first one is to address the storage issue of large models by implementing model compression and model pruning algorithms, thereby using less space to store large models.
-
The second one is to achieve decentralized storage of git through Move contracts.Storing data on a decentralized chain offers the following advantages: Security and Tamper ResistanceοΌTransparency and Traceability, Decentralized trust and ...
If you are intertested in the decentralized storage benefits, you can read this blog, which happens recently. π Urgent: Secret Backdoor Found in XZ Utils Library, Impacts Major Linux Distros
AgiGit
βββ AgiGit
βββ client
βββ contract
βββ pytorch
βββ server
βββ .gitignore
βββ logo.png
βββ README.md
cd client
npm install
npm run dev
- Go environment
- PostgreSQL database
go mod tidy
cd relay-service/
go build -o relayer-basic
Enter your database username and password
POSTGRESQL_DATABASE=postgres://name:pass@localhost:5432/dbname ./relayer-basic
If you need to log in, you will need to install the corresponding Chrome extension. We are using the Pontem Wallet here. Please go to the Google Chrome market to install the Pontem Aptos Wallet, and then follow the instructions to register.
- React + Next.js
- Tailwind CSS
- Vercel
- aptos
- NextUI
- monaco-editor
- GoLang
- aptos
- PostgreSQL
- Move
- conda python=3.9
- pytorch
- numpy