-
Hello,
I am trying to run a pipeline containing a model with int8 input format, but it seems that the conversion uint8 -> int8 is not direct and a bit under optimized.
I can only get uint8 tenso…
-
Currently, our bitwise operators support tensor–scalar operations, namely
- `ttnn.bitwise_and`
- `ttnn.bitwise_or`
- `ttnn.bitwise_xor`
Extending the second argument (RHS) from a scalar to…
-
Hi,
thanks a lot for this package and its documentation!
I want to solve a 2D differential equation with BSplines, and I saw that there is a PR to merge tensor products that is ~2 years old. Is th…
-
### Bug Description
When attempting to discard the last system in a superoperator, an error occurs if the system sizes are unequal. I think this issue may be caused by an incorrect contraction of dim…
-
When I display a 1D tensor, it has a spurious comma in the shape and is printed in row rather than column orientation:
Code:
```
data = np.array([5,7,8,1,3,9,5,3,5,2,8,4,5,1,7,2,9,4,7,7,8,1,3,5]);
…
-
I want to use tensor parallelism with CS-drafting, but I do not find the config to start the tensor parallel, can you give me an example?
-
Get the following Error:
29 found
[10332:3552:1011/220432.138:ERROR:device_event_log_impl.cc(201)] [22:04:32.138] USB: usb_service_win.cc:105 SetupDiGetDeviceProperty({{A45C254E-DF1C-4EFD-8020-67…
-
Could the default checkpoint be converted to tensor-flow compatible format? is there any cuntom step needs to be done to make this work with tensor-flow?
-
Hi, on windows I am getting the following error when i use add brush
`loading in lowvram mode 64.0
0%| | 0/20 [00:00
-
I want to use tensor parallelism with your work, but I do not find the config to start the tensor parallel, can you give me an example?