Adding example detailing how to add a new file to the documentation + adding fonts.
This commit is contained in:
@@ -122,9 +122,4 @@ Using the traced model for inference is as simple as using its ``__call__`` dund
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
traced_model(tokens_tensor, segments_tensors)
|
||||
|
||||
(Optional) Using TorchScript in C++
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Below are examples of using a model exported using Python in C++.
|
||||
traced_model(tokens_tensor, segments_tensors)
|
||||
Reference in New Issue
Block a user