Parker Roan
Parker Roan
+1 > Comment 18 by **[[email protected]](mailto:[email protected])**: > > +1 I have something where I have some common fields (id, path, revision, etc) and I use > an anonymous struct that...
+1 @dougdonohoe seeing this issue as well. Workaround for me was to create a service account json key that I passed in base64 through env var and then performed a...
I am also seeing this error when loading a model by path that has safetensors and not .bin weights. TheBloke/Llama-2-7B-Chat-GPTQ
@OlivierDehaene https://github.com/huggingface/text-generation-inference/blob/96a982ad8fc232479384476b1596a880697cc1d0/server/text_generation_server/cli.py#L156 Shouldn't this line not have hardcoded ".bin" here? I think this could be the cause of this issue. Because it then hits this block and raises this error:...
@wangjia184 please invite me as a collaborator and I will push the branch up and open a PR. I don't think I am able to without that. ``` ERROR: Permission...
Sorry about that. Just opened the PR
@wangjia184 https://github.com/wangjia184/sortedset/pull/13#issuecomment-1033783109
We are experiencing similar issues with our federated subgraphs. We do not receive error traces in the studio, this seems to explain that behavior.
If you look at the tree builder here: https://github.com/99designs/gqlgen/blob/cdcab8a763a326ab1f5d8cbf8c7a4ce17644be86/graphql/handler/apollofederatedtracingv1/tree_builder.go#L103-L132 I do not see any mapping of errors in that file. I do however see a place for error information in...