소스 검색

add note on h200 issue

Kai Wu 2 달 전
부모
커밋
6eae14298b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      getting-started/finetuning/finetune_llama4.md

+ 2 - 0
getting-started/finetuning/finetune_llama4.md

@@ -12,9 +12,11 @@ cd torchtune
 git checkout 5d51c25cedfb6ba7b00e03cb2fef4f9cdb7baebd
 pip install -e .
 ```
+**Note**: This recipe has been tested working with H100 and A100. We have run into problems with H200 due to some Pytorch support issues.
 
 2. We also need Hugging Face access token (HF_TOKEN) for model download, please follow the instructions [here](https://huggingface.co/docs/hub/security-tokens) to get your own token. You will also need to gain model access to Llama4 models from [here](https://huggingface.co/collections/meta-llama/llama-4-67f0c30d9fe03840bc9d0164)
 
+
 ### Steps
 1. **Download Llama4 Weights**