simple multitensor API (#2903)

* simple multitensor API

* test multitensor

* mt work

* new api

* copies

* all but data parallel

* allreduce there

* works, but axis sharded

* fix all mt tests

* features/multi

* work

* backprop

* fix tests

* tests passing

* mt progress

* cleanups

* less lines

* tensor cleanup

* save more lines

* mypy passes

* fix tests

* skip for cuda too

* bump download cache
This commit is contained in:
George Hotz
2024-01-02 17:49:44 -08:00
committed by GitHub
parent 5522ba234b
commit f494b9d463
5 changed files with 285 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
name: Unit Tests
env:
# increment this when downloads substantially change to avoid the internet
DOWNLOAD_CACHE_VERSION: '3'
DOWNLOAD_CACHE_VERSION: '4'
on:
push: