mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
feat: add convolution extension
extend the current tracing and compilation with convolution, which should compile to the FHELinalg.conv2d operation from the compiler
This commit is contained in:
@@ -45,7 +45,8 @@ pygraphviz = { version = "^1.7", optional = true }
|
||||
Pillow = "^9.0.0"
|
||||
loguru = "^0.5.3"
|
||||
setuptools = "*"
|
||||
concrete-compiler = "^0.2.0"
|
||||
concrete-compiler = "^0.3.1"
|
||||
torch = "^1.10.2"
|
||||
|
||||
[tool.poetry.extras]
|
||||
full = ["pygraphviz"]
|
||||
|
||||
Reference in New Issue
Block a user