-
# v5 Notary Allocator Application
To apply to be an allocator, organizations will submit one application for each proposed pathway to DataCap. If you will be designing multiple specific pathways, y…
-
- [x] Add Readme.md to all packages
- [x] Update [Entity Framework Support Policies | Microsoft Learn](https://learn.microsoft.com/en-us/ef/efcore-and-ef6/support)
- [x] Update [What's new - EF6 | M…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
# v5 Notary Allocator Application
To apply to be an allocator, organizations will submit one application for each proposed pathway to DataCap. If you will be designing multiple specific pathways, y…
-
**Thread, ThreadPool, Task**
Thread就是Thread,需要自己调度,适合长跑型的操作。
ThreadPool是Thread基础上的一个线程池,目的是减少频繁创建线程的开销。线程很贵,要开新的stack,要增加CPU上下文切换,所以ThreadPool适合频繁、短期执行的小操作。调度算法是自适应的,会根据程序执行的模式调整配置,通常不需要自己调度线程。
…
-
Questions about KERI:
1. [What is the legal status of what you do with KERI, how does it meet regulations and law?](https://github.com/WebOfTrust/WOT-terms/issues/159#issuecomment-2143984083)
2. […
-
Registration referred to persisting and returning a transparent statement. The latest doc (Feb 9, 2024) starts to focus on storing and returning receipts, keeping the signed statements separable and p…
-
# v5 Notary Allocator Application
To apply to be an allocator, organizations will submit one application for each proposed pathway to DataCap. If you will be designing multiple specific pathways, y…
-
# v5 Notary Allocator Application
To apply to be an allocator, organizations will submit one application for each proposed pathway to DataCap. If you will be designing multiple specific pathways, y…
-
```
(animatediff) root@dummmy-20240408200000454-worker-0:/data/code/AnimateDiff# CUDA_VISIBLE_DEVICES=0 torchrun --nnodes=1 --nproc_per_node=1 train.py --config configs/training/v1/image_finetu…