Tim Wu

Results 12 comments of Tim Wu

Sorry! I forgot to mention that the official NXP NFC tag `NTAG215` is readable with this example. What I ordered is something like [this](https://www.amazon.com/NTAG-Circular-Stickers-Supplies-USA/dp/B01N27G9UU/ref=pd_sbs_107_4?_encoding=UTF8&pd_rd_i=B01N27G9UU&pd_rd_r=TQR2711F0NEZF3FE1HSY&pd_rd_w=jZO5b&pd_rd_wg=17w4p&psc=1&refRID=TQR2711F0NEZF3FE1HSY ). The tricky part is that...

AWS just announced PantiSQL over dynamodb. I guess this makes DynamoDB support easier. https://aws.amazon.com/about-aws/whats-new/2020/11/you-now-can-use-a-sql-compatible-query-language-to-query-insert-update-and-delete-table-data-in-amazon-dynamodb/

@phho could you provide the values files given to `helm install` of 2.5.0 and `helm upgrade` of 2.7.4? like the way [this issue being reported](https://github.com/nats-io/k8s/issues/312) Based on your description, it...

@hlevring Have you experimented with Whisper models larger than the `base`? From my experience, languages other than English, such as Chinese, typically need at least the Whisper `large` model to...

How is the performance? People has [reported that it's around RTX-3070](https://www.youtube.com/watch?v=HwGgzaz7ipQ). I am still interested in the performance, especially when using RWKV.

It works well on my M1 max. I am unsure if the throughput meets expectations of a MAC's GPU.

I think it would be an interesting research topic to find out factors that make GPT-4 so essential to the "education" of Voyager.

I have the same question. In the references, its full title is _Designing network design strategies_. Nothing found in google search.

借我測試下 vssue ## syntax highlight let's try some __python__ ``` py def thisdemofunc(a,b): print("this is a python function") return a+b ```