nevakrien

Results 68 comments of nevakrien

I cant get it to work with intel neural_chat what vartion was this on?

same issue rn on a new environment with everything baseline other than intel-pytorch-extension. tried playing with the tornado version since it helped me last time this error came up. in...

sure we are looking at 4 'Intel(R) Data Center GPU Max 1100' with a cpu: is Intel(R) Xeon(R) Platinum 8480+ oneapi is on the 2024 version and the whole thing...

copying the patch to the right place I think it worked I did get this worning ``` TensorFlow2/LanguageModeling/BERT/patch:254: trailing whitespace. context_layer = scaled_dot_product_attention(query_tensor, key_tensor, value_tensor, adder, TensorFlow2/LanguageModeling/BERT/patch:255: trailing whitespace. self._dropout_rate,...

I did do that modification which got me the `python3: can't open file '/workspace/bert_tf2/data/bertPrep.py': [Errno 2] No such file or directory ` error... specifcly this is the modified script ```...

looking more into it this `./pip_set_env.sh` should be folowed by a `source env_itex/bin/activate` or we need to run it with a source instead of plain run it. also my machine...

I am gona keep documenting things as I am runing into them (hope thats okay) with the hope this will save someone else time if they run across the same...

ran into Traceback (most recent call last): File "/home/sdp/intel-extension-for-tensorflow/examples/pretrain_bert/DeepLearningExamples/TensorFlow2/LanguageModeling/BERT/run_pretraining.py", line 20, in from absl import app ModuleNotFoundError: No module named 'absl' so I ran pip install absl-py which weirdly enough...

the absl issue ended up being a missing pip install intel-optimization-for-horovod key point it raised a warning on a non matching tf version so I then manually installed the correct...

side note to anyone that acidently ran pip install horovod on the main oneapi python. for me that caused a nasty bug where tensorflow everywhere was broken with a c...