Christian Vorhemus
Christian Vorhemus
> The reason that I am asking is the following. I have run the above code in a loop and the timings for both cases (pooling enabled/disabled) seem very similar,...
Is there any news on this? We are working on a scenario where we listen on changes of a CosmosDB collection and when triggered, we need additional "reference data" from...
The location coordinates passed to OperatorStrokeElement are coordinates of viewport. If you start with a standard cube at position (0,0,0) with size (2,2,2) and you apply the following strokes: ```...
Thanks @justadudewhohacks for picking this up! The console output is pretty long but here is the last part which is likely relevant: https://pastebin.com/SiHzmkUD
Is it possible that it has something to do with the compiler selection? I see these lines ``` nvcc fatal : Host compiler targets unsupported OS. C:\Program Files (x86)\Microsoft Visual...
@zyzhang1130 Yes, they should be compatible: ```python import tiktoken from transformers import GPT2Tokenizer encoding = tiktoken.encoding_for_model("gpt2") tiktoken_vec = encoding.encode("Picasso") tokenizer = GPT2TokenizerFast.from_pretrained('gpt2') huggingface_vec = tokenizer.encode('Picasso') ``` Both `tiktoken_vec` and `huggingface_vec`...
Just for the records, even if you get the error `E: [(null)] daemon/main.c: Failed to load directory` the Pulseaudio server is running. If the PULSE_SERVER environment variable is set correctly...
Same problem here. I have disabled local (key based) authentication on der storage account (which is widely recognized as the more secure setting) used by my Azure Function and even...