Unverified Commit bd7a3561 authored by amyeroberts's avatar amyeroberts Committed by GitHub
Browse files

Update split string in doctest to reflect #28087 (#28135)

parent 5aec50ec
......@@ -60,7 +60,7 @@ class TestDocLists(unittest.TestCase):
doctext = f.read()
doctext = doctext.split(
"For now, Transformers supports inference and training through SDPA for the following architectures:"
"For now, Transformers supports SDPA inference and training for the following architectures:"
)[1]
doctext = doctext.split("Note that FlashAttention can only be used for models using the")[0]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment