-
Hi,
is it possible to add the possibility to add the Diffie Hellmann parameters to add an extra layer of security?
-
Reproducer:
```
a1 = ADataClass(1)
# Same name, same values, new definition: tokenize differently
ADataClassRedefinedDifferently = dataclasses.make_dataclass(
"ADataClass", …
phofl updated
7 hours ago
-
Hello,
I would like to discuss the handling of GET query parameters in the OpenSanctions API.
After a thorough debugging, I have identified the reason why my query is not functioning as expected…
-
https://github.com/seqeralabs/showcase-automation/blob/9be94368f0e5145657a719b70c4828cdd29ff84c/launch_pipelines.py#L111-L112
The `outdir` parameter should not end with a training slashed because…
-
用下面的三个命令生成ppocr4的onnx模型后,用cuda providers推理的速度很慢,用cpu providers推理的速度更快一些,请问是什么原因导致的呢?
paddle2onnx命令:
paddle2onnx --model_dir ch_PP-OCRv4_det_infer --model_filename inference.pdmodel --params_file…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xfd91e80b22698c2ce686de57d4b5b195ab2a1255af06c311ff53276f9b02b917
**Severity:** high
**Description:**
# Summary
Pare…
-
Hi, I'm trying to run `src/demo/scripts/params.cpp` to get the communication cost of the construction on a relatively small databse (like 2^20 entries or so). But the code seems unfunctional on such s…
-
Hello,
Are there any plans to support passing extra MTR parameters using your script? I do need to have the -z (--aslookup) for the ASN information and -b (--show-ips) to show both IP and rDNS.
…
R4to0 updated
9 months ago
-
Thanks for providing this!
How did you arrive at these modifications? I would like to add more than these if possible.
`modifications = [
('smile', [
(0, 2…
-
Hi guys, thanks for the work on this library.
I am trying to reduce the checkpoint size and memory overhead of a model using AQT. Currently, when we quantize the parameters of a Flax model for serv…