Azza Ahmed
Azza Ahmed
Apologies for the delay in responding, I couldn't access the previous machine since then, so tried to replicate in a different one. I'm afraid the issue still persists. I was...
I like to report that this is also an issue when running CWL scripts via cromwell in `run` mode too: the `options` argument is ignored. ``` $ java -jar ${crom}...
Hi @wleepang Yes, you are right. The problem I have is particularly when using a slurm backend, as I don't find an easy way to load environment modules except to...
I like the last one @priyab2 - good skills. I think the Clean up part is pretty standard in all bash scripts though.
My understanding from [the pre-print](https://arxiv.org/abs/1804.02747) is large p-value (near 1) in case of independence, but not quite sure how it became: "p-value should be uniform on [0,1]". Empirically, `fcit` seems...
Hi! Your work looks interesting. Our gatk4 pipeline (in the `dev-gatk` branch) uses the non-spark invocations of GATK4 tools. All these tools run single threaded with the exception of the...
I think you might find [this paper](https://www.biorxiv.org/content/10.1101/348565v1) handy too; but have it your way. One advantage of github issues is that your post can be seen by more than one...
I get the same error running the CodeLLaMA model. In each case, I attempt, `accelerate launch -m axolotl.cli.train` with one of: * `examples/code-llama/7b/lora.yml` * `examples/code-llama/7b/qlora.yml` * `examples/code-llama/13b/lora.yml` * `examples/code-llama/13b/qlora.yml` *...