How to find which ops are not supported by torch.compile

Hey, I am new with toch.compile and tried this feature on llama2.
What I found is it doesn’t work:

After I tried the " TORCH_LOGS=“+dynamo” TORCHDYNAMO_VERBOSE=1", I still can’t find which ops or layers are not supported. Could some one help me about how to find which layer of ops the torch.compile() doesn’t support?