"...text-generation-inference.git" did not exist on "c13b9d87c9f1a9776fa144007337bfa47369d1c3"
Merge pull request #461 from jmorganca/mxyng/fix-inherit-params
fix inherit params
Showing
| ... | @@ -39,6 +39,7 @@ require ( | ... | @@ -39,6 +39,7 @@ require ( |
| github.com/ugorji/go/codec v1.2.11 // indirect | github.com/ugorji/go/codec v1.2.11 // indirect | ||
| golang.org/x/arch v0.3.0 // indirect | golang.org/x/arch v0.3.0 // indirect | ||
| golang.org/x/crypto v0.10.0 | golang.org/x/crypto v0.10.0 | ||
| golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 | |||
| golang.org/x/net v0.10.0 // indirect | golang.org/x/net v0.10.0 // indirect | ||
| golang.org/x/sys v0.11.0 // indirect | golang.org/x/sys v0.11.0 // indirect | ||
| golang.org/x/term v0.10.0 | golang.org/x/term v0.10.0 | ||
| ... | ... |
Please register or sign in to comment