commit 62c60a30181a65e1a3a7f19c3055a240a6a21335 Author: Wing Lian <wing.lian@gmail.com> Date: Tue Jul 30 12:55:59 2024 -0400 fixes to properly shard FSDP across cpu and meta for cpu_efficient_loading for prequantized 4bit (#32276) commit 16271080333ad52be5349fb31d789fb232b68760 ...
@@ -34,46 +34,46 @@ protos = {} lastId = 1 def get_timestamp(seen): tok = seen.split(".") return int(tok[0]) * 1000 + int(tok[1]) def get_record(toks, csv_fields): global protos global lastId if len(toks) < 11: return None record = dict() record = {} ndpiProt...
[@]}" "$@" # # but POSIX shell has neither arrays nor command substitution, so instead we # post-process each arg (as a line of input to sed) to backslash-escape any # character that might be a shell metacharacter, then use eval to reverse # that process (while maintaining the ...