Tile commited on
Commit
dbe48c5
1 Parent(s): bb549fc

change path

Browse files
Files changed (1) hide show
  1. conversation.py +6 -6
conversation.py CHANGED
@@ -25,12 +25,12 @@ class SeparatorStyle(Enum):
25
 
26
  video_helper_map = {
27
  # 'Chips Making Deal Video' : {'path' : '/data/videos/ChipmakingDeal/sub-videos/', 'prefix' : 'ChipmakingDeal_split'},
28
- 'Innovation-2023' : {'path' : '/data1/tile_gh/Multimodal-RAG/videos/PatsKeynote23/sub-videos/', 'prefix' : 'keynotes23_split'},
29
- 'Behind-the-Bell-Intel' : {'path' : '/data1/tile_gh/Multimodal-RAG/videos/BehindTheBell/sub-videos/', 'prefix' : 'Behind the Bell Intel_split'},
30
- 'Foundry-Connect' : {'path' : '/data1/tile_gh/Multimodal-RAG/videos/SamPatTalkAI/sub-videos/', 'prefix' : 'Sam Altman and Pat Gelsinger Talk Artificial Intelligence_split'},
31
- 'Chips Act Funding Announcement' : {'path' : '/data1/tile_gh/Multimodal-RAG/videos/IntelChipsFundingAnnounce/sub-videos/', 'prefix' : 'Intel Celebrates CHIPS and Science Act Direct Funding Announcement (Replay)_split'},
32
- '22nm-transistor-animation' : {'path' : '/data1/tile_gh/Multimodal-RAG/videos/MarkBohrExplains22nm/sub-videos/', 'prefix' : 'Video Animation Mark Bohr Gets Small 22nm Explained Intel_split'},
33
- '14nm-transistor-animation' : {'path' : '/data1/tile_gh/Multimodal-RAG/videos/MarkBohrExplains14nm/sub-videos/', 'prefix' : 'Explanation of Intels 14nm Process_split'},
34
  }
35
 
36
  @dataclasses.dataclass
 
25
 
26
  video_helper_map = {
27
  # 'Chips Making Deal Video' : {'path' : '/data/videos/ChipmakingDeal/sub-videos/', 'prefix' : 'ChipmakingDeal_split'},
28
+ 'Innovation-2023' : {'path' : 'videos/PatsKeynote23/sub-videos/', 'prefix' : 'keynotes23_split'},
29
+ 'Behind-the-Bell-Intel' : {'path' : 'videos/BehindTheBell/sub-videos/', 'prefix' : 'Behind the Bell Intel_split'},
30
+ 'Foundry-Connect' : {'path' : 'videos/SamPatTalkAI/sub-videos/', 'prefix' : 'Sam Altman and Pat Gelsinger Talk Artificial Intelligence_split'},
31
+ 'Chips Act Funding Announcement' : {'path' : 'videos/IntelChipsFundingAnnounce/sub-videos/', 'prefix' : 'Intel Celebrates CHIPS and Science Act Direct Funding Announcement (Replay)_split'},
32
+ '22nm-transistor-animation' : {'path' : 'videos/MarkBohrExplains22nm/sub-videos/', 'prefix' : 'Video Animation Mark Bohr Gets Small 22nm Explained Intel_split'},
33
+ '14nm-transistor-animation' : {'path' : 'videos/MarkBohrExplains14nm/sub-videos/', 'prefix' : 'Explanation of Intels 14nm Process_split'},
34
  }
35
 
36
  @dataclasses.dataclass