nevakrien

Results 23 issues of nevakrien

wiki_he = wikipediaapi.Wikipedia(language='he',user_agent=user_agent, headers={"Authorization": f"Bearer {secrets2['Access token']}"}) wiki_he.page("אמנות").text this works for the English equivalent of the page with english as lang

Stale

it just freezes in place... asdf itself seems to be working fine if I cancel and then look around

I have been trying to run the bert pretrain and I have found some issues ``` git clone https://github.com/NVIDIA/DeepLearningExamples.git cd DeepLearningExamples/TensorFlow2/LanguageModeling/BERT git apply patch # When applying this patch, please...

i took the code for BitLinearOptimized and added a small thing so I can run it standalone ```python super(BitLinearOptimized, self).__init__(in_features, out_features, bias,dtype=torch.bfloat16) #just added the right dtype ``` runing the...

you are not using the dense layer in swiglu class SwiGLU(tf.keras.layers.Layer): def __init__(self, bias=True, dim=-1, **kwargs): super(SwiGLU, self).__init__(**kwargs) self.bias = bias self.dim = dim self.dense = tf.keras.layers.Dense(2, use_bias=bias) def call(self,...

bug

using the scripts with the python mojoc option does not work with the Makefiles for 3 so I added this small script to fix it

/home/sdp/torch-ccl/src/ProcessGroupCCL.cpp:55:22: error: no member named 'getBackend' in 'c10d::ProcessGroup' it gave quite a long error message but this is what seems to be the issue. I am using an older version...

so for version 4 and above when I print pretrty much any error that contains something like this 🏳️‍⚧️ anywhere in the source it would just cut it. version 3...

I may be out of line here but some things are very hard to find in the docs. things like whats the error types a parser returns should really be...

```bash failures: ---- vdbe::datetime::tests::test_combined_modifiers stdout ---- thread 'vdbe::datetime::tests::test_combined_modifiers' panicked at core/vdbe/datetime.rs:1534:9: Expected: 2025-01-12 01:37:09.591333350, Actual: 2025-01-12 01:37:09.605 stack backtrace: 0: rust_begin_unwind at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:665:5 1: core::panicking::panic_fmt at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/panicking.rs:74:14 2: limbo_core::vdbe::datetime::tests::test_combined_modifiers at...