TimeRobber commited on
Commit
ea0b679
1 Parent(s): 64ca365

Propose a question for fast distributed framework

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -115,6 +115,13 @@ For some resources, you may want to check out:
115
  * <a href="https://huggingface.co/docs/simulate/main/en/tutorials/running_the_simulation#running-the-simulation" simulation stepping <a> for running the simulation.
116
  """
117
 
 
 
 
 
 
 
 
118
  internships = {
119
  'Accelerate': default_question,
120
  'Skops & Scikit-Learn': skops_question,
115
  * <a href="https://huggingface.co/docs/simulate/main/en/tutorials/running_the_simulation#running-the-simulation" simulation stepping <a> for running the simulation.
116
  """
117
 
118
+ fast_distributed_framework_question = """
119
+ We are going to understand how many operations does a matrix multiplication hold.
120
+ <br/>
121
+ <br/>
122
+ Let A,B two matrices of size MxK and NxK respectively. When computing the matrix multiplication of A and (B^T), how many scalar multiplications are done? How many scalar additions are done?
123
+ """
124
+
125
  internships = {
126
  'Accelerate': default_question,
127
  'Skops & Scikit-Learn': skops_question,