mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 12:44:57 -05:00
docs: remove virtual from documentation
This commit is contained in:
@@ -94,9 +94,6 @@ Additional kwarg to `compile` function have higher precedence. So if you set an
|
||||
* **enable\_unsafe\_features**: bool = False
|
||||
* Whether to enable unsafe features.
|
||||
|
||||
* **virtual**: bool = False _(Unsafe)_
|
||||
* Whether to create a virtual circuit.
|
||||
|
||||
* **use\_insecure\_key\_cache**: bool = False _(Unsafe)_
|
||||
* Whether to use the insecure key cache.
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ This file contains information about the error you received.
|
||||
```
|
||||
Traceback (most recent call last):
|
||||
File "/home/default/Documents/Projects/Zama/hdk/concrete/numpy/compilation/compiler.py", line 320, in compile
|
||||
mlir = GraphConverter.convert(self.graph, virtual=self.configuration.virtual)
|
||||
mlir = GraphConverter.convert(self.graph)
|
||||
File "/home/default/Documents/Projects/Zama/hdk/concrete/numpy/mlir/graph_converter.py", line 298, in convert
|
||||
GraphConverter._check_graph_convertibility(graph)
|
||||
File "/home/default/Documents/Projects/Zama/hdk/concrete/numpy/mlir/graph_converter.py", line 175, in _check_graph_convertibility
|
||||
|
||||
Reference in New Issue
Block a user