fix conversion for f16 or f32 inputs
Showing
| ... | @@ -4,7 +4,6 @@ go 1.22.0 | ... | @@ -4,7 +4,6 @@ go 1.22.0 |
| require ( | require ( | ||
| github.com/containerd/console v1.0.3 | github.com/containerd/console v1.0.3 | ||
| github.com/d4l3k/go-bfloat16 v0.0.0-20211005043715-690c3bdd05f1 | |||
| github.com/emirpasic/gods v1.18.1 | github.com/emirpasic/gods v1.18.1 | ||
| github.com/gin-gonic/gin v1.10.0 | github.com/gin-gonic/gin v1.10.0 | ||
| github.com/golang/protobuf v1.5.4 // indirect | github.com/golang/protobuf v1.5.4 // indirect | ||
| ... | @@ -18,6 +17,7 @@ require ( | ... | @@ -18,6 +17,7 @@ require ( |
| ) | ) | ||
| require ( | require ( | ||
| github.com/d4l3k/go-bfloat16 v0.0.0-20211005043715-690c3bdd05f1 | |||
| github.com/mattn/go-runewidth v0.0.14 | github.com/mattn/go-runewidth v0.0.14 | ||
| github.com/nlpodyssey/gopickle v0.3.0 | github.com/nlpodyssey/gopickle v0.3.0 | ||
| github.com/pdevine/tensor v0.0.0-20240510204454-f88f4562727c | github.com/pdevine/tensor v0.0.0-20240510204454-f88f4562727c | ||
| ... | ... |
Please register or sign in to comment