AshwiniBokka commented on code in PR #18705: URL: https://github.com/apache/tvm/pull/18705#discussion_r2779228767
########## docs/install/from_source.rst: ########## @@ -243,17 +243,13 @@ File Encoding ............. - Ensure Python files are saved as **UTF-8 without BOM** (Byte Order Mark) - BOM characters cause ``SyntaxError: invalid non-printable character U+FEFF`` -- In VS Code: Bottom-right encoding → "Save with Encoding" → "UTF-8" +- Use a text editor that supports saving as UTF-8 without BOM. Review Comment: Removed the entire "File Encoding" section as requested. The Windows documentation now contains only: 1. Path conventions (forward vs backslash) - Windows-specific 2. CUDA configuration for Windows 3. CMake/compiler setup for Windows All general/obvious content removed. Ready for final review! 🙏 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
