nasheqlbrm

Results 6 comments of nasheqlbrm

Thanks for the reply and the docker environment @conker84! I will give it a try. The main reason I was trying to figure this out locally was so I could...

Thanks for the suggestion. I downloaded spark-2.3.1-bin-hadoop2.7 and pointed my SPARK_HOME to it. So while I am still using the Zeppelin 0.8 binary downloaded from the Zeppelin website the spark...

@conker84 Apologies if this is obvious but by current snapshot you mean that I should build CAPS locally according to current state of the Master branch and refer to the...

Thanks for the suggestions @DarthMax @Mats-SX No luck, I get the same Malformed class name error. I downloaded a fresh version of zeppelin-0.8.0-bin-all locally (in case I had messed up...

Sure, I tried using ``` %spark.dep z.load("org.opencypher:spark-cypher:jar:cluster:0.2.1") ``` but ended up getting the same error as before.

@drscotthawley another fix, without having to downgrade, could be to use what the function `_build_causal_attention_mask` used to have (from[ here](https://github.com/huggingface/transformers/blob/31d452c68b34c2567b62924ee0df40a83cbc52d5/src/transformers/models/clip/modeling_clip.py#L750C1-L757C20)) ``` def build_causal_attention_mask(bsz, seq_len, dtype): # lazily create causal attention...