Skip to content

Commit

Permalink
Implement GPU support (#191)
Browse files Browse the repository at this point in the history
* Problem: If a user wants to deploy a VM using the GPU support, he cannot do it from the SDK because it's not updated with latest aleph_message protocol.

Solution: Update aleph_message protocol with last changes.

* Fix: Put released version of `aleph-message` package.
  • Loading branch information
nesitor authored Dec 9, 2024
1 parent abdb760 commit fe1823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = [ "version" ]
dependencies = [
"aiohttp>=3.8.3",
"aioresponses>=0.7.6",
"aleph-message>=0.5",
"aleph-message>=0.6",
"aleph-superfluid>=0.2.1",
"base58==2.1.1", # Needed now as default with _load_account changement
"coincurve; python_version<'3.11'",
Expand Down

0 comments on commit fe1823c

Please sign in to comment.