-
Hello,
first of all, thank you for this amazing toolbox. Currently, I am trying to apply the algorithms to my dataset. To do this I started with already implemented dataset to understand the toolb…
-
## Problem Statement
I am trying to dequantize the quantized tensor (packed into `int32`) and perform multiplication to another tensor in `fp16`. However, I observed a weird error: `LLVM ERROR: mma16…
-
transformers == 4.44.2 xtuner == 0.1.23 训练 qwen2 时候,
使用
pack_to_max_length = False
use_varlen_attn = False
会报错。
似乎transformers 中没有_flash_attention_forward了。
[rank1]: File "/opt/conda/envs/xt…
-
Hi,
I am trying to repeat this tutorial: https://github.com/MobleyLab/drug-computing/blob/f38a4148e9e70238c88fc8110d95b34688f02838/uci-pharmsci/lectures/SMIRNOFF_simulations/mixture_simulations.ipynb…
-
Question
How can I ensure that R itself and any needed packages are deployed to the cluster nodes on demand?
In the case of pyspark: https://georgheiler.com/2020/07/15/production-grade-pyspark-job…
-
Hi everybody.
I have a python program which completes some tasks by defining some processes using the multiprocessing library.
While in Anaconda, the program starts processes and completes the given…
-
code:
```
analyzer = build_default_analyzer(language="zh")
bm25_ef = BM25EmbeddingFunction(analyzer)
bm25_ef.load("D:/Downloads/bm25_msmarco_v1.json")
def test():
entities = [....]
for en…
-
Can you share the evaluation code for the EgoSchema benchmark, as well as the prompt you used for the LaViLa + GPT3.5 baselines?
-
As mentioned in https://github.com/PDAL/PDAL/issues/4489, the containers being built are always using the latest conda forge release PDAL, not one that's built with the SHA.
-
I have tried several permutations to get openfold to install on my local machine, but no joy up to this point. Could use some help, as I need to install openfold as a dependency for a couple of other …