KarlQuant commited on
Commit
8bc06f9
·
verified ·
1 Parent(s): a294660

Update quasar_selective_attention.py

Browse files
Files changed (1) hide show
  1. quasar_selective_attention.py +2 -2
quasar_selective_attention.py CHANGED
@@ -1787,7 +1787,7 @@ async def _qsap_publish_signal(
1787
  )
1788
 
1789
  try:
1790
- from redis_config_jd100 import prefixed_channel as _prefixed_channel
1791
  except ImportError:
1792
  _prefixed_channel = lambda ch: ch
1793
 
@@ -3020,7 +3020,7 @@ async def _qsap_publish_signal_v4(
3020
  )
3021
 
3022
  try:
3023
- from redis_config_jd100 import prefixed_channel as _prefixed_channel
3024
  except ImportError:
3025
  _prefixed_channel = lambda ch: ch
3026
 
 
1787
  )
1788
 
1789
  try:
1790
+ from redis_config_v75_1s import prefixed_channel as _prefixed_channel
1791
  except ImportError:
1792
  _prefixed_channel = lambda ch: ch
1793
 
 
3020
  )
3021
 
3022
  try:
3023
+ from redis_config_v75_1s import prefixed_channel as _prefixed_channel
3024
  except ImportError:
3025
  _prefixed_channel = lambda ch: ch
3026