-
In `load_checkpoint` API, the `strict` is not passed to the inner call towards `load_safetensor`, so if the checkpoint is safetensor, the loading process will always be in strict mode
https://githu…
-
**Is your feature request related to a problem? Please describe.**
You’re doing a lot of great work, but I think better OLS support would be really valuable.
I know that your focus is industry-fa…
-
Berlin conference hackathon follow up
-
TorchSharp can't slice like Pytorch.
Python:
```python
arr = torch.asarray([[1,2,3],[4,5,6]])
print(arr[0,2])
print(arr[1,2])
```
result:
```
tensor(3)
tensor(6)
```
C#:
```csharp
var arr = torch.…
-
### Required
#### Testing
- [x] Add OD and DataSet to Test Matrix for Testing
- [x] Figure out if there is actually an issue causing Test/Validate split of 0.1 not to work?
#### Code Gen
- […
-
I didn't see a template for this...
> I saw that llama.cpp (github project) has a PR (at the time I saw it) that made use of the nmap? c++ command that allows the model files to be mapped as memor…
-
I tried using [squeezenet.onnx](https://github.com/onnx/models/blob/master/vision/classification/squeezenet/model/squeezenet1.0-9.tar.gz)
The Dagre layout crashes!.
Need **unit test project** to…
-
**System Information (please complete the following information):**
- OS & Version: Windows 11 Pro 23H2 64GB RAM
- ML.NET Version: Microsoft.ML Ver3.0.0, Microosft.ML.AutoML Ver0.21.0
- .NET Ver…
-
Minimal reproduction:
```c#
var generator = new torch.Generator(42, torch.device("cuda"));
Console.WriteLine(generator.device);
Console.WriteLine(generator.get_state());
var dis…
K024 updated
10 months ago
-
#1354 introduce API break change, we need to check in a suppression file to overpass the API compatibility check and bump the version
![image](https://github.com/user-attachments/assets/8064ba3a-b3…