Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Feature/arm64 fastembed #8

Open
wants to merge 52 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
8485e19
squashing
Jan 8, 2025
5882b45
Now responding locally, it shows akash
Jan 10, 2025
b411c95
adding systemd and start script
Jan 11, 2025
c0d2235
Update README.md
jmikedupont2 Jan 11, 2025
a7d6ba8
first draft untested of sdk with no boot yet
Jan 12, 2025
9531466
readme
Jan 12, 2025
4de1ea0
update readme and bootscript
Jan 12, 2025
9bd429d
adding curl to the dockerfile
Jan 12, 2025
20426ee
now booting into chatgpt
Jan 12, 2025
846cfe7
adding the docker compose .env example
Jan 12, 2025
5e5bba1
working locally
Jan 12, 2025
4b64b89
adding FIXME for values to change
Jan 12, 2025
93f4f2e
updating image name and creating branch
Jan 12, 2025
433f2d4
adding platforms
Jan 12, 2025
055444b
plaforms
Jan 12, 2025
a25263f
lets get this build working
Jan 13, 2025
854e374
remove install
Jan 13, 2025
520afaf
image
Jan 13, 2025
f88cf14
Update image.yaml
jmikedupont2 Jan 13, 2025
29a6e13
try the default node image
Jan 13, 2025
e71735d
Merge remote-tracking branch 'origin/feature/micro' into feature/micro
Jan 13, 2025
63f9e64
try again
Jan 13, 2025
238b40e
Update generate-readme-translations.yml
jmikedupont2 Jan 13, 2025
4d2be64
Update greetings.yml
jmikedupont2 Jan 13, 2025
750bfd0
trying again
Jan 13, 2025
61c9d58
arm64v8 build
Jan 13, 2025
3152315
now using standard tagging
Jan 13, 2025
a98445d
changing targets
Jan 13, 2025
4d47ebe
change tag
Jan 13, 2025
ea5b12c
node
Jan 13, 2025
e92c167
update image
Jan 13, 2025
5ad19ab
a new try and removing forked modules
Jan 14, 2025
cbaff2f
run local docker helper
Jan 15, 2025
87acab2
runlocaldocker
Jan 15, 2025
fa12d63
fixing bad tag
Jan 15, 2025
2190384
strace
Jan 15, 2025
f26a3b2
remove the auto build
Jan 15, 2025
e77c6ed
wip
Jan 15, 2025
4e906fa
a second copy
Jan 15, 2025
c1f5328
adding
Jan 15, 2025
df9cbb8
adding my local files to git ignore
Jan 15, 2025
53ce34c
falsy ignored
Jan 15, 2025
015bfc9
install
Jan 15, 2025
51e4824
fix
Jan 15, 2025
fdb451a
fix
Jan 15, 2025
d53a882
update
Jan 15, 2025
9d9a1e6
fix
Jan 15, 2025
fb07ce7
this might just work
Jan 15, 2025
18347ce
now this might work
Jan 15, 2025
4fbdf21
W00T! its running :)
Jan 15, 2025
2ec61e2
update vec
Jan 21, 2025
c39f65a
hold for jump
Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
first draft untested of sdk with no boot yet
  • Loading branch information
mike dupont committed Jan 12, 2025
commit a7d6ba88c88ef677dfca3353b61b6c0e0669964f
3 changes: 3 additions & 0 deletions akash_boot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#to run this
# curl https://raw.githubusercontent.com/meta-introspector/cloud-deployment-eliza/refs/heads/feature/akash_docker/akash_boot.sh | bash

64 changes: 64 additions & 0 deletions eliza.sdl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
version: "2.0"
services:
service-1:
image: h4ckermike/elizaos-eliza:akash
expose:
- port: 3000
as: 3000
to:
- global: true
command:
- bash
- "-c"
args:
- >-
curl
https://raw.githubusercontent.com/meta-introspector/cloud-deployment-eliza/refs/heads/feature/akash_docker/akash_boot.sh
| bash
env:
- AKASH_ENV=mainnet
- AKASH_NET=https://raw.githubusercontent.com/ovrclk/net/master/mainnet
- RPC_ENDPOINT=https://rpc.akashnet.net:443
- AKASH_GAS_PRICES=0.025uakt
- AKASH_GAS_ADJUSTMENT=1.5
- AKASH_KEYRING_BACKEND=os
- AKASH_FROM=default
- AKASH_FEES=20000uakt
- AKASH_DEPOSIT=500000uakt
- AKASH_PRICING_API_URL=https://console-api.akash.network/v1/pricing
- AKASH_DEFAULT_CPU=1000
- AKASH_DEFAULT_MEMORY=1000000000
- AKASH_DEFAULT_STORAGE=1000000000
- AKASH_CLOSE_DEP=closeAll
- AKASH_CLOSE_DSEQ=19729929
- AKASH_PROVIDER_INFO=akash1ccktptfkvdc67msasmesuy5m7gpc76z75kukpz
- AKASH_DEP_STATUS=dseq
- AKASH_DEP_DSEQ=19729929
- AKASH_GAS_OPERATION=close
- AKASH_GAS_DSEQ=19729929
- AKASH_MANIFEST_MODE=auto
- AKASH_MANIFEST_VALIDATION_LEVEL=strict
# - AKASH_MANIFEST_PATH=

profiles:
compute:
service-1:
resources:
cpu:
units: 2
memory:
size: 2048Mi
storage:
- size: 30Gi
placement:
dcloud:
pricing:
service-1:
denom: uakt
amount: 10000
deployment:
service-1:
dcloud:
profile: service-1
count: 1