Oswald(Zifan) He
Oswald(Zifan) He
# aws-doc-sdk-examples Pull Request Thank you for making a submission to the *aws-doc-sdk-examples* repository. For more information about submitting pull requests to this repository, see [Guidelines for contributing](/CONTRIBUTING.md). *NOTE:* This...
# aws-doc-sdk-examples Pull Request Thank you for making a submission to the *aws-doc-sdk-examples* repository. For more information about submitting pull requests to this repository, see [Guidelines for contributing](/CONTRIBUTING.md). *NOTE:* This...
Avoid Certificate Error for Python 3
### Bug description I'm working on a slurm cluster with 8 AMD MI100 GPUs distributed in 2 nodes, with 4 GPUs in each node. I follow the instructions (https://lightning.ai/docs/pytorch/stable/clouds/cluster_advanced.html) to...
Hi, When I try to run the evaluation script, I got this error: ``` FileNotFoundError: [Errno 2] No such file or directory: '/mnt/multimodal/data/text/data-bin/tnlg/dict.txt' ``` Should I download this file somewhere?
Hi, I got the following error when I tried to execute the command in the README: ``` scores, values = faiss.knn_gpu(faiss.StandardGpuResources(), queries, self.keys, k, TypeError: torch_replacement_knn_gpu() got an unexpected keyword...
When I try to run run/train.sh for OPT-2.7b, it generates the training split for the first 5813 samples, then exit immediately without any error log. ``` Generating train split: 7%|▋...