Initial import: grid-bot — grid trading bot for BTC-USDT on Cifra Markets
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# PyTorch forward-mode is not mature yet
|
||||
from torch._functorch.apis import chunk_vmap
|
||||
from torch._functorch.batch_norm_replacement import replace_all_batch_norm_modules_
|
||||
from torch._functorch.eager_transforms import hessian, jacfwd, jvp
|
||||
from torch.func import functionalize
|
||||
@@ -0,0 +1,6 @@
|
||||
from torch import cond # noqa: F401
|
||||
from torch._higher_order_ops.map import ( # noqa: F401
|
||||
_stack_pytree,
|
||||
_unstack_pytree,
|
||||
map,
|
||||
)
|
||||
@@ -0,0 +1 @@
|
||||
from torch._ops import HigherOrderOperator # noqa: F401
|
||||
Reference in New Issue
Block a user