ticlazau
ticlazau
Adding Romanian (EU) language support for examples.
Adding Romanian (EU) language
Hello, has anyone successfully manage to get the gpu-operator on ppc64le architecture with V100 GPUs? Thanks, FM
Hello, can this be run on a system without GPU? When running: `export CUDA_VISIBLE_DEVICES=""` ``` import minimal20b import torch model = minimal20b.create_model( "/home/coredump/projects/gpt-neox/20B_checkpoints/global_step150000", use_cache=True, device="cpu", ) tokenizer = minimal20b.create_tokenizer( "/home/coredump/projects/gpt-neox/20B_checkpoints/20B_tokenizer.json",...
Hello, In regards to the subject, I will like to ask if there are any plans to support Redis operators for OpenShift on ppc64le architecture. Thank you, FM
Hi, I am having bellow issue running with Pytorch 0.5: /Users/coredump/DL/dawn-bench-models/pytorch/CIFAR10/benchmark/cifar10/train.py:113: UserWarning: invalid index of a 0-dim tensor. This will be an error in PyTorch 0.5. Use tensor.item() to convert...
I am getting the following error: python generate_labels_no_traffic.py Traceback (most recent call last): File "generate_labels_no_traffic.py", line 1, in from uwimg import * ImportError: No module named uwimg How I can...
Dataset
Hello, How I can obtain the dataset? Filling the form from the URL: https://forms.iit.it/view.php?id=181781 is not working "link expired" error. Rgds, FM
### Pull Request Type - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [...
Hello, Currently in CrewAI for memory features, there is support only for a few providers like OpenAI, Microsoft, and Google. I am using llama3.1-405b-instruct from IBM watsonx.ai via Langchain integration...