callensxavier commited on
Commit
849b748
·
verified ·
1 Parent(s): 7e59f67

Upload upload.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. upload.py +2 -1
upload.py CHANGED
@@ -98,7 +98,8 @@ def run_upload():
98
  ("../tpu_llm_bench.py", "tpu_llm_bench.py"),
99
  ("../autoresearch_rust_compiler.py", "autoresearch_rust_compiler.py"),
100
  ("../CONTRIBUTION_PROPOSAL.md", "CONTRIBUTION_PROPOSAL.md"),
101
- ("../../docs/COMPARATIVE_ANALYSIS.md", "COMPARATIVE_ANALYSIS.md")
 
102
  ]
103
 
104
  for local_path, repo_path in source_files:
 
98
  ("../tpu_llm_bench.py", "tpu_llm_bench.py"),
99
  ("../autoresearch_rust_compiler.py", "autoresearch_rust_compiler.py"),
100
  ("../CONTRIBUTION_PROPOSAL.md", "CONTRIBUTION_PROPOSAL.md"),
101
+ ("../../docs/COMPARATIVE_ANALYSIS.md", "COMPARATIVE_ANALYSIS.md"),
102
+ ("../../marketing/FRENCH_STYLE_AI_INNOVATION.md", "FRENCH_STYLE_AI_INNOVATION.md")
103
  ]
104
 
105
  for local_path, repo_path in source_files: