Yi

Results 13 comments of Yi

I had used Pathfinding.js on a server side real-time game app, and found the same issue. So I've rewritten most the the code and use a bit buffer to replace...

> 2 gpus at once might give more than 8 gb @coolst3r Can you point me in the direction of how to get torch to use two 8G GPUs at...

looks more like a driver problem. try [run `nvidia-smi`](https://stackoverflow.com/questions/68533863/running-nvidia-smi-from-windows-powershell) to see if the gpu correctly recogized by the system.

我面临的需求,是获取一个时间段中特定类型的OTS记录。 从 OTS 文档来看, getRange by time_range 貌似特别合适满足我所面临的需求。 但是,文档上没有说明 time_range 的数据依据是哪里来?是需要我们手动在OTS记录里面添加 timestamp吗? 2. 从这个 repo 的代码来看,好像没有对 time_range 的实现,目前 time_range 可以用吗?

我开工单问清楚了这个问题,OTS是支持记录时间戳的,在 createTable 的 option 里面支持。 文档在 https://help.aliyun.com/document_detail/43012.html?spm=5176.doc27309.6.699.LEMxf9 的 TableOptions 模块 我想问一下,现在OTS 的 protocol buffer 里面有对 createTable 的 这3个 options 提供支持吗?

不是 TableMeta 是 TableOptions, 在 官方的 protocol buffer 有找到 https://help.aliyun.com/document_detail/27345.html?spm=5176.doc27304.6.644.Gs8Z6r 咱们改一下 createTable 的接口把,TableOptions貌似挺有用的

great! may I ask two question: 1. how is the performance? could you share with us? 2. any chance to utilize multiple gpu?

> ```json > "conditioning": [ > { > "^meta": { > "types": [ > "positive" > ] > }, > "text": "1girl, tinkerer, workshop, gears, magnifying mask, focused, ((looking away)),...

16G VRAM is fine for generation on SDXL pipeline, [check my notebook](https://github.com/InstantStyle/InstantStyle/pull/21/files), run it with a V100 HIRAM type.

In real world production, I found it is weak to hold a write stream for large or long time entry insertion. Thus I wrote a wrap based on @apla/node-clickhouse, that...